-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support creating Role and RoleBinding for service account of deployment. #17
Comments
Hi @kstekovi - and thanks for filing this issue. That being said, though, I think you're relating to This is by design, i.e. it means that any
WDYT? |
Yes, This is exactly the reason why i create this.
Yes. Description of the issue updated. Thank you for suggestion. |
Hi, @kstekovi. I'm Dosu, and I'm helping the intersmash team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
Is your feature request related to a problem?
The Intersmash doesn't support creating Role and RoleBinding.
Describe the solution you'd like
The Intersmash support resources for Secrets. The solution for Role and RoleBinging could be similar to Secrets.
getRoles()
andgetRoleBindings()
)OpenShiftProvisioner
Describe alternatives you've considered
Now you can execute
oc
commands to create required resource.Additional context
This could help with test implementation for
autodiscovery
feature which require permission to list routes from OpenShift. Theautodiscovery
is a feature used by OIDC and SAML authentication. The deployment application in Wildfly can register itself in Keycloak authentication server automatically. For this automatic registration require know what is its host name. Theautodicovery
is feature can load the host name from OpenShift but it require the permission to list routes. So you don't need to configure the host name of your application in your HelmChart (OIDC_HOSTNAME_HTTP/S
variable for OIDC andSSO_HOSTNAME_HTTP/S
for SAML)The text was updated successfully, but these errors were encountered: