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
I want to rename roles. I know that it can be done with auth0 api but not in auth0-deploy-cli because roles are identified by name. It could be great that roles can be identified by name or by id to be able to rename it.
Describe the ideal solution
Example:
roles:
name: BaseTest
id: rol-id
description: Test role
permissions:
Checklist
Describe the problem you'd like to have solved
I want to rename roles. I know that it can be done with auth0 api but not in auth0-deploy-cli because roles are identified by name. It could be great that roles can be identified by name or by id to be able to rename it.
Describe the ideal solution
Example:
roles:
id: rol-id
description: Test role
permissions:
resource_server_identifier: "@@RESOURCE_SERVER_IDENTIFIER@@"
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: