State of the openid_client_authorization resources #1299
liquid-metal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The provider code contains numerous resource definitions for openid_client_authorization elements, but only two of them actually appear in the docs.
I am a bit uncertain about the current behavior anyways - I am able to define client scopes (though if there are multiple ones to be created there is a duplicate id error which only resolves by re-applying), but I am unable to define a role policy (
keycloak_openid_client_authorization_role_policy
), I get a plain message that the provider does not support this resource type.I am using v5.4.0 with opentofu.
I have a really hard time going through the go code & figuring out why for example this ID error is happening. I did not want to open a bug straight away, but I am happy to open that if necessary & provide detailed steps for reproduction. First however, I wanted to find if this existing code is under development, if it is kind of an unmaintained part, or if it just misses documentation.
Beta Was this translation helpful? Give feedback.
All reactions