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

Allow more granular configuration of console access (management.xml) #144

Open
cmasopust opened this issue Aug 1, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@cmasopust
Copy link

SUMMARY

Currently we only can specify a list of roles in amq_broker_hawtio_role which then gets access defined in amq_broker_management_access_default and amq_broker_management_access_domains, so all used roles will have the same type of access.

A more flexible way of configuring access in management.xml would be very welcome for, e.g., configuring additional read-only roles, etc. Could imagine to configure the access like:

console_access:
  - roles: "role1,role2,..."
    - domain1: "list,get,..."
    - domain2: "..."
  - roles: "roleA, roleB,..."
    - domain1: "..."
...
ISSUE TYPE
  • Feature Idea
@guidograzioli guidograzioli added the enhancement New feature or request label Aug 5, 2024
@guidograzioli guidograzioli added the hacktoberfest hacktoberfest issues from contributors label Aug 22, 2024
@guidograzioli
Copy link
Member

If there are no takers for hacktoberfest, I'll start this end of the month

@choogendoornsh
Copy link

@guidograzioli any thoughts about the status?

@guidograzioli
Copy link
Member

Hello; I am currently tackling github actions issues that hinder the CI, this is next on the list (any takers, more than welcome, of course)

@guidograzioli guidograzioli removed the hacktoberfest hacktoberfest issues from contributors label Nov 27, 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

3 participants