-
Notifications
You must be signed in to change notification settings - Fork 315
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 custom client_authenticator_type #627
Enable custom client_authenticator_type #627
Conversation
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.
Hey @oysteinhauan, sorry for the delay on this. I just had one comment before this can get merged. Thanks!
…/oysteinhauan/terraform-provider-keycloak into specify-client-autheticator-type
@mrparkers is this ready to be merged now? :) |
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.
Sorry again for the delay. I went ahead and pushed some fixes to your branch to speed this up for you (format changes and a quick fix to the test you added). Thanks again for the PR! I'll cut a release that includes these changes within a few days.
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.
Sorry again for the delay. I went ahead and pushed some fixes to your branch to speed this up for you (format changes and a quick fix to the test you added). Thanks again for the PR! I'll cut a release that includes these changes within a few days.
Not sure why that approval posted twice 😄 |
Wonderful! Thanks! Looking forward to the release - we've been using a local version of the provider and it seems to work great :) |
Fixes #396
Kept the hardcoded clientAuthenticatorType for backwards compatibility, while enabling it to be specified with the possible values ["client-secret", "client-secret-jwt", "client-x509", "client-jwt"].