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

Use basic auth in metadata check for console authentication #441

Closed
wants to merge 4 commits into from

Conversation

lugehorsam
Copy link
Contributor

Streamlines the authentication process for the Console API. By doing an initial authentication via headers/metadata, the Console SDK code generators can properly emit the Authenticate method by reading the BasicAuth security option in Console Swagger doc.

Closes #440

@lugehorsam lugehorsam closed this Jul 10, 2020
@lugehorsam
Copy link
Contributor Author

There is a change I needed to make on the frontend. Will reopen shortly.

@lugehorsam
Copy link
Contributor Author

Ready for review.

@lugehorsam lugehorsam reopened this Jul 10, 2020
@lugehorsam
Copy link
Contributor Author

Putting a reminder here to myself to think about how this change to the console API will affect any current GUIs that our clients have built on top of the Console API.

@lugehorsam
Copy link
Contributor Author

Closing this PR because @zyro and I talked through a way to modify the code generator that makes a lot of sense.

@lugehorsam lugehorsam closed this Jul 16, 2020
@lugehorsam lugehorsam deleted the luke/console-auth branch July 16, 2020 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal to use basic auth in headers instead of body for console API
1 participant