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
Currently it is only possible to create approles through an application (resource_application.go)
In our AD setup, an enterprise application is created for us by another team, and we can only create approles within it. We have no permission to be able to create or modify enterprise applications, but would like to be able to create and assign approles to users.
As with many terraform resources, it would be useful if both approaches were possible.
New or Affected Resource(s)
resource_application.go
The text was updated successfully, but these errors were encountered:
Hi @gtmtech, thanks for requesting this! We have been considering additional standalone resources for applications, with the goal of making it possible to have more flexible configurations.
Until this is implemented, would you be able to work around this by importing the already existing application into your state? For example:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Oct 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Currently it is only possible to create approles through an application (resource_application.go)
In our AD setup, an enterprise application is created for us by another team, and we can only create approles within it. We have no permission to be able to create or modify enterprise applications, but would like to be able to create and assign approles to users.
As with many terraform resources, it would be useful if both approaches were possible.
New or Affected Resource(s)
resource_application.go
The text was updated successfully, but these errors were encountered: