-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable keycloak plugin #24
Enable keycloak plugin #24
Conversation
/test ? |
@pmacik: The following commands are available to trigger required jobs:
Use
In response to this:
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/test-infra repository. |
/test list-catalog |
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.
@yogananth-subramanian PTAL yogananth-subramanian#1
Following the docs about the keycloak dynamic plugin, I found that you must set some env variables.
With the above fix the users/groups are integrated with keycloak
Hello @pmacik, since those variable are already set in the config, I was able to sync up keycloak and backstage without setting those environment variables again in plugin part of the config. |
fa12770
to
38c5988
Compare
Enable Keycloak dynamic plugin.
38c5988
to
b871443
Compare
…ugin work, fix minor bugs and sanitize code (#1) * Enable keycloak plugin Enable Keycloak dynamic plugin. * fix(keycloak-plugin): set mandatory env variables to make keycloak plugin work, fix minor bugs and sanitize code Signed-off-by: Pavel Macík <[email protected]> --------- Signed-off-by: Pavel Macík <[email protected]> Co-authored-by: yogananth subramanian <[email protected]>
/test ? |
@pmacik: The following commands are available to trigger required jobs:
Use
In response to this:
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/test-infra repository. |
/test list-catalog |
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
/hold for tests to succeed
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pmacik, yogananth-subramanian 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 |
Scalability jobs currently broken until openshift/release#47203 is merged |
/retest |
/unhold |
fe848fe
into
redhat-performance:main
Enable Keycloak dynamic plugin.