Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature flag support #7

Merged
merged 7 commits into from
Jan 24, 2024
Merged

Conversation

linglingye001
Copy link
Contributor

  • Feature flags can be sourced to configMap
  • Not support default and properties configMap data type when featureFlags filed set
  • Refresh of feature flag is time-based, not influenced by sentinel key change
  • Separator will be ignored for feature flags(consistent with CLI)

API

apiVersion: azconfig.io/v1
kind: AzureAppConfigurationProvider
metadata:
  name: appconfigurationprovider-sample
spec:
  endpoint: <app-configuration-store-endpoint>
  target:
    configMapName: configmap-created-by-appconfig-provider        
  configuration:
    selectors:
      - keyFilter: app1*
        labelFilter: common
  featureFlag:
    selectors:        
      - keyFilter: 
        labelFilter:
    refresh:   
      enabled:    
      interval:  

@linglingye001 linglingye001 merged commit 237d661 into main Jan 24, 2024
4 checks passed
@linglingye001 linglingye001 deleted the user/linglingye/featureFlagSupport branch January 24, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants