-
Notifications
You must be signed in to change notification settings - Fork 16
feat: add keycloak token exchange #80
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Calum Murray <[email protected]>
…ecureskiptlsverify Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@Cali0707: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/hold Will upstream as much as possible first, resync, then revisit this |
This PR adds the code changes required to get the keycloak token exchange to work, as well as fixes the cluster keycloak config to work correctly
To use this you will need two openshift clusters, and then follow these steps:
make acm-installwith your current context set to the cluster that will be your hub clustermake keycloak-acm-setup-hub- this will take 20-30min as it needs to restart the api servermake keycloak-acm-register-managed-cluster CLUSTER_NAME=<your-choice-of-name> MANAGED_KUBECONFIG=<path-to-managed-kubeconfig>make keycloak-acm-generate-tomlmake build./kubernetes-mcp-server --port 8080 --config _output/acm-kubeconfig.toml