Feature Flag
Split
Integrates the Configu Orchestrator with Split.
- Name: Split
- Category: Feature flag manager
Configuration
Configu needs to be authorized to access your Split project. You must specify an authKey
that corresponds to an SDK key of an environment of some Split project, a context that has a targetingKey
that identifies the subject (end-user or client service) of a flag evaluation, and optionally a key
that represents a customer identifier, more details can be found in the Split SDK initialization documentation.
Usage
.configu
store declaration
CLI examples
Upsert command
Eval and export commands
Common errors and solutions
-
Invalid API key
- Solution: Verify that the provided
apiKey
is correct and active. You can regenerate it in the Split dashboard if needed.
- Solution: Verify that the provided
-
Environment or workspace not found
- Solution: Ensure that the specified
workspace
andenvironment
exist in your Split account. Use the Split dashboard to confirm their names.
- Solution: Ensure that the specified
-
Permission issues
- Solution: Verify that the API key has the necessary permissions to read, write, and modify feature flags in the target environment.
-
Rate limit exceeded
- Solution: If the API rate limit is exceeded, consider optimizing the frequency of API requests. Monitor Split’s rate limit policies in the API documentation.
References
- Integration documentation: https://help.split.io/hc/en-us
Was this page helpful?