Skip to content

Commit

Permalink
chore: add global credentials namespace key (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
kycheng authored Jun 18, 2024
1 parent ba2471d commit dfb3870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const (

// HubResolverFeatureKey indicates the configuration key of the hub resolver feature gate.
HubResolverFeatureKey = "hubResolver.enabled"

// GlobalCredentialNamespaceKey is the key of the global credentials namespace
GlobalCredentialNamespaceKey = "globalCredentials.namespace"
)

const (
Expand Down

0 comments on commit dfb3870

Please sign in to comment.