mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Apply suggestions from code review
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
This commit is contained in:
parent
c7c4ad9963
commit
df742279a5
@ -33,10 +33,10 @@ Here's the list of the feature toggle types that Unleash supports together with
|
||||
|
||||
You can mark feature toggles as `stale`. This is a way to deprecate a feature toggle without removing the active configuration for connected applications. Use this to signal that you should stop using the feature in your applications. Stale toggles will show as stale in the ["technical debt dashboard"](../user_guide/technical_debt).
|
||||
|
||||
When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](https://docs.getunleash.io/addons/index) to integrate this with your systems, by for instance posting a message in a Slack channel.
|
||||
When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](https://docs.getunleash.io/addons/index) to integrate this with your systems, for instance to post a message in a Slack channel.
|
||||
|
||||
Additionally, with some extra work, you can also use the `stale` property to:
|
||||
|
||||
- Inform a developers that a toggle is stale _while_ they're developing.
|
||||
- Inform developers that a toggle is stale _while_ they're developing.
|
||||
- Break a project build if the code contains stale feature toggles.
|
||||
- Send automatic PRs to remove usage of toggles that have served their purpose.
|
||||
|
@ -31,7 +31,7 @@ Since the SDKs perform local evaluation, some of the parameters needed for evalu
|
||||
|
||||
## API architecture
|
||||
|
||||
The Unleash API is split into two. One API is for the clients connecting unleash and is located under the path /api/client, and provides access to retrieving saved feature toggle configurations, metrics and registering the application.
|
||||
The Unleash API is split into two. One API is for the clients connecting to unleash. It is located under the path /api/client. This provides access to retrieving saved feature toggle configurations, metrics and registering the application.
|
||||
|
||||
The second API is the admin API, which is utilised in order to control any CRUD aspect of unleash resources. The split ensures a second layer of security that ensures that in the case you should loose your client api key, attackers will only have read-only access to your feature toggle configurations.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user