Skip to content
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

Add id to roles to be able to change their name #901

Open
1 task done
maronte opened this issue Apr 11, 2024 · 0 comments
Open
1 task done

Add id to roles to be able to change their name #901

maronte opened this issue Apr 11, 2024 · 0 comments

Comments

@maronte
Copy link

maronte commented Apr 11, 2024

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:

  • name: BaseTest
    id: rol-id
    description: Test role
    permissions:
    • permission_name: test:read
      resource_server_identifier: "@@RESOURCE_SERVER_IDENTIFIER@@"

Alternatives and current workarounds

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant