Feature Flag
CloudBees Feature Management
Integrates the Configu Orchestrator with CloudBees Feature Management.
- Name: CloudBees
- Category: Feature flag manager
Configuration
Configu needs to be authorized to access your CloudBees app. You must specify an appKey
that corresponds to an an environment of some CloudBees environment and an optional context that has a targetingKey
that identifies the subject (end-user, or client service) of a flag evaluation. You may also configure providerOptions
to customize the CloudBees client.
Limitations
- Only supports the eval and export commands.
Usage
.configu
store declaration
CLI Examples
Upsert command
Not supported
Eval and export commands
Common errors and solutions
-
Invalid API token
- Solution: Verify that the provided
apiToken
is valid and has access to the necessary resources. Regenerate the token if needed via the CloudBees dashboard.
- Solution: Verify that the provided
-
Connection timeout
- Solution: Check the
url
and ensure the CloudBees instance is accessible. Make sure there are no firewall or network restrictions blocking access.
- Solution: Check the
-
Unauthorized access
- Solution: Ensure that the API token or credentials have the necessary permissions for the specified project and environment. Update the permissions via the CloudBees admin console.
-
Configuration not found
- Solution: Verify that the correct
project
andenvironment
names are provided in the store configuration. Check if the configuration exists in the CloudBees instance.
- Solution: Verify that the correct
References
- Integration Documentation: https://docs.cloudbees.com/docs/cloudbees-platform/latest/feature-management
Was this page helpful?