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

Add unleash provider #1069

Open
5 tasks
jarebudev opened this issue Oct 16, 2024 · 1 comment
Open
5 tasks

Add unleash provider #1069

jarebudev opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jarebudev
Copy link

Add unleash provider

Reasoning

I want to add an OpenFeature provider for unleash. This would be valuable because...

  • unleash is a popular open-source feature flag solution
  • can also use Gitlab as a flag provider for the JS SDK (Gitlab feature flagging uses an unleash compatible API)

Requirements:

  • generate provider via tooling
  • implement Provider interface
  • add tests
  • complete README
  • add the new provider to the OpenFeature docs

Resources

  • {useful-link}

Keep in mind the CONTRIBUTING guidelines: https://github.com/open-feature/js-sdk-contrib/blob/main/CONTRIBUTING.md

@jarebudev jarebudev added the enhancement New feature or request label Oct 16, 2024
@jarebudev
Copy link
Author

jarebudev commented Oct 16, 2024

I've started looking at contributing this.

I have a (very) rough implementation that I've tested locally. This uses the JS unleash proxy client
https://docs.getunleash.io/reference/sdks/javascript-browser

I will tidy this up then share what I've got so far as it would be good to get feedback from the community on what I've done before I proceed further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant