-
Notifications
You must be signed in to change notification settings - Fork 53
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
config: drop support for deprecated Azure's service principal authentication #1906
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
4b99dab
to
04d20cf
Compare
Looks a lot cleaner now. I like it! 👍 |
linker fails due to timeout of external HTTP link. can ignore |
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.
looks good from my side, maybe @3u13r wants to take a quick look. he is more familiar with the topic.
Please update the PR description to give more context. This should be understandable by a user who clicked the PR link while reading the changelog.
Co-authored-by: Otto Bittner <[email protected]>
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
Please add some more information to the PR description for users who are redirected from the changelog. They can't see the linked ticket. We probably describe the topic in the docs somewhere. |
…ication (#1906) * invalidate app client id field for azure and provide info * remove TestNewWithDefaultOptions case * fix test * remove appClientID field * remove client secret + rename err * remove from docs * otto feedback * update docs * delete env test in cfg since no envs set anymore * Update dev-docs/workflows/github-actions.md Co-authored-by: Otto Bittner <[email protected]> * WARNING to stderr * fix check --------- Co-authored-by: Otto Bittner <[email protected]>
…ication (#1906) * invalidate app client id field for azure and provide info * remove TestNewWithDefaultOptions case * fix test * remove appClientID field * remove client secret + rename err * remove from docs * otto feedback * update docs * delete env test in cfg since no envs set anymore * Update dev-docs/workflows/github-actions.md Co-authored-by: Otto Bittner <[email protected]> * WARNING to stderr * fix check --------- Co-authored-by: Otto Bittner <[email protected]>
…ication (#1906) * invalidate app client id field for azure and provide info * remove TestNewWithDefaultOptions case * fix test * remove appClientID field * remove client secret + rename err * remove from docs * otto feedback * update docs * delete env test in cfg since no envs set anymore * Update dev-docs/workflows/github-actions.md Co-authored-by: Otto Bittner <[email protected]> * WARNING to stderr * fix check --------- Co-authored-by: Otto Bittner <[email protected]>
Context
This is the last step to completely deprecate the old method of handling Azure service accounts (see more on the migration here). With the next release the CLI enforces the user to update its configuration to the new unified UAMI.
Proposed change(s)
Additional info
AB#2967
Checklist