Skip to content

Commit

Permalink
Add console_user_mail dimension to monitoring-jwt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
olaaun committed Aug 28, 2024
1 parent 0ee8a6b commit 942a89f
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 942a89f

Please sign in to comment.