Add OFREP provider integration details to flagd documentation#656
Open
askpt wants to merge 2 commits intomicrosoft:mainfrom
Open
Add OFREP provider integration details to flagd documentation#656askpt wants to merge 2 commits intomicrosoft:mainfrom
askpt wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Author
|
@microsoft-github-policy-service agree |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds OFREP (OpenFeature Remote Evaluation Protocol) guidance to the flagd integration docs, helping readers choose an HTTP/REST-based option alongside the existing provider approach.
Changes:
- Add a “Use OFREP provider” section to the flagd client integration reference.
- Add a tip callout in the flagd get-started guide pointing readers to the OFREP option.
- Add an OFREP specification link to the get-started “See also” list.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/src/content/docs/integrations/devtools/flagd/flagd-get-started.mdx | Adds an OFREP tip callout and links to the new client section/spec. |
| src/frontend/src/content/docs/integrations/devtools/flagd/flagd-client.mdx | Documents how to install/configure the OFREP provider and pass the endpoint from AppHost. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/frontend/src/content/docs/integrations/devtools/flagd/flagd-get-started.mdx
Outdated
Show resolved
Hide resolved
src/frontend/src/content/docs/integrations/devtools/flagd/flagd-client.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds documentation for using the OFREP (OpenFeature Remote Evaluation Protocol) provider as an alternative to the native flagd provider in Aspire integrations. It introduces a new section with setup instructions for the OFREP provider and highlights its benefits for polyglot environments. Additionally, it updates the getting started guide to mention OFREP as an alternative and provides relevant links for further reading.
OFREP provider documentation and integration:
flagd-client.mdxdetailing how to install, configure, and use the OFREP provider with Aspire, including code samples for both the app host and client projects.OFREP_ENDPOINTenvironment variable and references the official OFREP specification for more information.Getting started guide updates:
flagd-get-started.mdxintroducing OFREP as an HTTP/REST-based alternative to the gRPC provider, with a link to the new documentation section.