Skip to content

Commit

Permalink
Merge pull request #32289 from vespa-engine/olaa/extend-monitoring-jwt
Browse files Browse the repository at this point in the history
Add console_user_mail dimension to monitoring-jwt flag
  • Loading branch information
olaaun authored Aug 28, 2024
2 parents 0ee8a6b + 942a89f commit 2c1d22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ public class Flags {
List.of("olaa"), "2024-07-05", "2025-01-01",
"Whether a monitoring JWT should be issued by the controller",
"Takes effect immediately",
TENANT_ID);
TENANT_ID, CONSOLE_USER_EMAIL);

public static final UnboundBooleanFlag HUBSPOT_SYNC_COMPANIES = defineFeatureFlag(
"hubspot-sync-companies", false,
Expand Down

0 comments on commit 2c1d22a

Please sign in to comment.