-
Notifications
You must be signed in to change notification settings - Fork 209
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
Application Admin Roles assignment - not clear how to do in terraform #1662
Comments
OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-636386 |
I found this API reference document, https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/tag/RoleAssignment/, which I can start making a "SDK instance" of these functions until the Golang SDK officially supports them, then create actual resources in Terraform representing them. However, since that API is in such an "unusual" place compared with the the other role assignment, custom role management, and the like; I'd like to ask @monde and @duytiennguyen-okta to weigh in on if you have any insider knowledge if that'll be the final "place" and "form" for that API to assign admin roles to Okta client apps? |
Starting work on this here: #1734 |
FYI @monde @duytiennguyen-okta My mentioned above for implementing a resource for this function is now dev complete and ready for a review / test on your end. |
I just tested assigning to a custom role via |
Possibly related #2108 |
Community Note
Terraform Version
Affected Resource(s)
However this leaves the actual binding to the App in the tab Admin roles with no entry, how do I manage the final step
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
It should bind the custom Admin role to the app, so there should be an entry under Adin roles tab in the App
Can this be done in the Admin UI?
Can this be done in the actual API call?
Actual Behavior
Everything is there except the binding to the App
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: