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

Auth for playground #539

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Auth for playground #539

wants to merge 3 commits into from

Conversation

eyurtsev
Copy link
Collaborator

Changes on the UI required:

  • when security scheme is specified:

    • all information except for security scheme are removed from window
      constants
    • after successful auth, UI needs to make web-request to appropriate
      endpoints to get configuration information using auth.
  • If no security scheme is specified, then we can dump all the information in
    the window (but that's just an optimization I think easier to make a single
    code path that makes all the relevant network requests to collect the config
    info)

More backend changes required:

  • Add any missing endpoints to collect config information that's hard-coded
    into the index.html file as global constants.
  • Spec out changes required to special-case playground dependencies

@cla-bot cla-bot bot added the cla-signed label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant