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

Aliases for roles #4

Open
egonbraun opened this issue Jun 25, 2024 · 0 comments
Open

Aliases for roles #4

egonbraun opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@egonbraun
Copy link
Collaborator

I would like to be able to define some aliases for roles that I use frequently, maybe we could have blocks like these in the configuration file:

[role_aliases]
role1=OneRole
admin=ReadOnly, TheAdminRole
  • role1 is an alias of OneRole
  • admin is an alias to ReadOnly, which will be used as an intermediary role to TheAdminRole.

Questions

  1. Should we allow aliases in the definition itself of the aliases?
  2. Should we set a limit for how many intermediary layers we allow?
@egonbraun egonbraun added the enhancement New feature or request label Jun 25, 2024
@egonbraun egonbraun assigned egonbraun and unassigned egonbraun Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant