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

Evaluation Context Propagation #81

Closed
beeme1mr opened this issue May 25, 2022 · 2 comments · Fixed by #227
Closed

Evaluation Context Propagation #81

beeme1mr opened this issue May 25, 2022 · 2 comments · Fixed by #227
Assignees
Labels
architecture Architecture or specification related roadmap This initiative is a part of the project's roadmap specification

Comments

@beeme1mr
Copy link
Member

beeme1mr commented May 25, 2022

Summary


Evaluation context may be used to conditionally control the value returned from a flag evaluation. You could, for example, enable a feature for all users with a specific email domain. Using evaluation context propagation, application developers can set evaluation context where it's convenient (i.e. an auth service) and have it persist for the length of the request.

Objective


Define a specification for evaluation context propagation without introducing any third party dependencies in the OpenFeature SDK.

References

@beeme1mr beeme1mr added architecture Architecture or specification related roadmap This initiative is a part of the project's roadmap specification labels May 25, 2022
@beeme1mr
Copy link
Member Author

There's a working proof of concept in the playground.

https://github.com/open-feature/playground/blob/main/packages/openfeature-js/src/index.ts

@toddbaert
Copy link
Member

This needs a thorough OFEP, eventually.

@beeme1mr beeme1mr changed the title Evaluation Context Propagation Specification Evaluation Context Propagation Dec 21, 2022
@lukas-reining lukas-reining self-assigned this Dec 30, 2023
lukas-reining added a commit that referenced this issue Dec 30, 2023
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
lukas-reining added a commit that referenced this issue Dec 30, 2023
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
lukas-reining added a commit that referenced this issue Dec 30, 2023
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
lukas-reining added a commit that referenced this issue Dec 30, 2023
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
lukas-reining added a commit that referenced this issue Dec 30, 2023
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Architecture or specification related roadmap This initiative is a part of the project's roadmap specification
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants