Skip to content

Add ability to hide flags from SDKs #430

Closed
@dabeeeenster

Description

@dabeeeenster

Overview

There is a common requirement to be able to send a subset of flags to an SDK client. As an example use case, if there is a single Flagsmith project that is being consumed by both a server side and client side SDK. Its probable that some of the server side SDK flags are neither relevant to the client side SDK, and in addition its probably that they would want top be private from the client side SDK.

Potential Approach

We could provide an API key per Tag. This would then filter the flags returned to the SDK to the subset of flags that are tagged with the particular tag.

In the use case above, this would mean having two tags: Server Side and Client Side. Each SDK would then be configured with the API key specific to each Tag.

Metadata

Metadata

Assignees

Labels

apiIssue related to the REST APIfeatureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions