You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The inline hook resource has two properties, auth and channel, that are of type map and therefore do not provide strict typing or documentation of the properties to be used when configuring:
results in the following http request, which is missing channel.config values for many of the OAuth related properties such as clientId, clientSecret, etc.
I think that before update the documentation the OAUTH2 configuration need to be implemented in the provider.
Actually, there are no capability to define secret information with the oAuth2 type.
Community Note
Description
The inline hook resource has two properties, auth and channel, that are of type map and therefore do not provide strict typing or documentation of the properties to be used when configuring:
Further hindering the ability to determine proper configuration, is the fact that the structure of the underlying API that is used:https://developer.okta.com/docs/api/openapi/okta-management/management/tag/InlineHook/#tag/InlineHook/operation/createInlineHook
does not match the structure used for the inline hook resource definition.
New or Affected Resource(s)
Non-working Terraform Configuration
The following configuration generated from Terraform CDK
results in the following http request, which is missing channel.config values for many of the OAuth related properties such as clientId, clientSecret, etc.
The text was updated successfully, but these errors were encountered: