We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to use a Role Ref and/or Selector in ClientServiceAccountRole rather than a static name.
see:
provider-keycloak/examples-generated/openidclient/v1alpha1/clientserviceaccountrole.yaml
Line 17 in ba85fc4
The text was updated successfully, but these errors were encountered:
The cross references are a real problem. Currently there is a circular dependency between the role type and client, which does not allow that.
We'll try to resolve that in #103
Sorry, something went wrong.
@fujin can you test in
xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.1.0 ?
xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.1.0
its called roleRef as we have to extract the rolename not the id
roleRef
https://marketplace.upbound.io/providers/crossplane-contrib/provider-keycloak/v1.1.0/resources/openidclient.keycloak.crossplane.io/ClientServiceAccountRole/v1alpha1#doc:spec-forProvider-roleRef
Breee
No branches or pull requests
I'd like to be able to use a Role Ref and/or Selector in ClientServiceAccountRole rather than a static name.
see:
provider-keycloak/examples-generated/openidclient/v1alpha1/clientserviceaccountrole.yaml
Line 17 in ba85fc4
The text was updated successfully, but these errors were encountered: