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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add extensible "Extra" field, use it ActiveConfig #6056

Merged
merged 1 commit into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. config: add extensible "Extra" field

    Previously, extra keys in the OPA config file would be ignored in the /v1/config
    API, but included when evaluating `opa.runtime().config`.
    
    With this change, they'll be collected into the Extra field, and included in the
    response of an API call to `/v1/config`, too.
    
    Signed-off-by: Stephan Renatus <stephan@styra.com>
    srenatus committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1633c06 View commit details
    Browse the repository at this point in the history