-
Notifications
You must be signed in to change notification settings - Fork 19
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
Refactor oauth configuration #316
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We're using a similar oauth configuration on all of our clusters (typically consisting of one or both of GitHub and the NERC Keycloak instance). This commits factors out the oauth configuration into a set of common components so that instead of replicating the same configuration in multiple overlays, we can include one or more reusable components. E.g., for a cluster that only needs keycloak authentication: components: - ../../components/nerc-oauth-keycloak Or for a cluster that wants both keycloak and GitHub: components: - ../../components/nerc-oauth-keycloak - ../../components/nerc-oauth-github In either case, the overlay would apply the necessary patches to override things like client ids, secret names, etc.
knikolla
approved these changes
Nov 9, 2023
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.
I like this, thanks Lars!
naved001
approved these changes
Nov 14, 2023
dystewart
approved these changes
Nov 14, 2023
schwesig
reviewed
Nov 14, 2023
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
/approve
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to match changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
pushed a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to match changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 26, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to match changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
to schwesig/OCP-on-NERC_nerc-ocp-config
that referenced
this pull request
Jan 29, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to match changes in OCP-on-NERC#348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
schwesig
added a commit
that referenced
this pull request
Jan 30, 2024
- affects obs-cluster - add clusterroles rbac - streamline: remove redundant github-client-secret.yaml (follow #316) - adjust kustomization.yaml to that - cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed (yet) -adjust rook-ceph-external-cluster to fit to match changes in #348 fixes nerc-project/operations#308 Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We're using a similar oauth configuration on all of our clusters (typically
consisting of one or both of GitHub and the NERC Keycloak instance). This
commits factors out the oauth configuration into a set of common components
so that instead of replicating the same configuration in multiple overlays,
we can include one or more reusable components.
E.g., for a cluster that only needs keycloak authentication:
Or for a cluster that wants both keycloak and GitHub:
In either case, the overlay would apply the necessary patches to override
things like client ids, secret names, etc.