-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update the UAA-based login flow to discover org id #815
Conversation
best case effort to retrieve org name/id from the metadata file from a predetermined URL. Env vars to support setting of these values are still supported as a fallback.
50b6a0d
to
6a044bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
c576d5c
to
fda1bdd
Compare
best case effort to retrieve org name/id from the metadata file from a predetermined URL.
Env vars to support setting of these values are still supported as a fallback.
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Updated and ran unit tests.
Verify that tanzu login to a uaa-based endpoint retrieves the org id:
Release note
Additional information
Special notes for your reviewer