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

feat: Support OpenID Connect for kube-api auth #129

Merged
merged 5 commits into from
Jun 27, 2023
Merged

Conversation

okozachenko1203
Copy link
Member

@okozachenko1203 okozachenko1203 commented Jun 21, 2023

fix #119

Copy link
Member

@mnaser mnaser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works great, but I have some ideas around cleaning up the UI:

Since oidc_issuer_url is an absolute requirement, no matter what, it will always be set if you're using OpenID connect, we can probably use that as a label to decide if it's on or not (and not rely on oidc_enabled instead).

docs/user/labels.md Outdated Show resolved Hide resolved
docs/user/labels.md Outdated Show resolved Hide resolved
docs/user/labels.md Show resolved Hide resolved
docs/user/labels.md Show resolved Hide resolved
docs/user/labels.md Show resolved Hide resolved
docs/user/labels.md Outdated Show resolved Hide resolved
docs/user/labels.md Outdated Show resolved Hide resolved
Copy link
Member

@mnaser mnaser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one last round. :)

magnum_cluster_api/resources.py Outdated Show resolved Hide resolved
magnum_cluster_api/resources.py Outdated Show resolved Hide resolved
@mnaser mnaser merged commit 38c51dd into main Jun 27, 2023
21 of 22 checks passed
@mnaser mnaser deleted the add-oidc-labels branch June 27, 2023 15:21
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.

Add labels for controlling OpenID auth
2 participants