thomaspoignant / go-feature-flag

GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source. 🎛️
https://gofeatureflag.org/
MIT License
1.48k stars 147 forks source link

(feature) Support apiKeys in all the available open-feature providers #666

Closed thomaspoignant closed 1 year ago

thomaspoignant commented 1 year ago

Requirements

Since v1.7.0 the relay proxy supports the possibility to add some apiKeys to control who is accessing it. We should be able to configure an apiKey on all available providers.

thomaspoignant commented 1 year ago

An issue was found in the Javascript provider, we should wait for this PR https://github.com/open-feature/js-sdk-contrib/pull/317 to be merged and the new version to be released before closing this issue.