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

Show User model properties in Account view #5267

Closed
UiP9AV6Y opened this issue Sep 26, 2024 · 2 comments
Closed

Show User model properties in Account view #5267

UiP9AV6Y opened this issue Sep 26, 2024 · 2 comments
Labels
no-issue Better asked in one of our support channels

Comments

@UiP9AV6Y
Copy link

For easier debugging of authentication/authorization issues i would like to know what information Icingaweb2 has of me as a user. As such i would suggest a read-only table/list of all properties of the User model in the Account view; currently only the Preferences are shown. For Roles/Permissions it would probably suffice to show the name attributes of the models.

Currently there is no easy way to debug issues with permissions as i have no idea what roles/permissions apply to a user and if it is an issue with the permissions or if the user backend provided insufficient information.

@nilmerg
Copy link
Member

nilmerg commented Sep 26, 2024

Currently there is no easy way to debug issues with permissions as i have no idea what roles/permissions apply to a user

Navigate in the sidebar to Access Control -> Audit (Tab) and enter the username

if the user backend provided insufficient information.

Turn on debug log. The groups a user is associated with are logged during login.

--

For all the other things, this is a:

@nilmerg
Copy link
Member

nilmerg commented Sep 26, 2024

Duplicate of #5264

@nilmerg nilmerg marked this as a duplicate of #5264 Sep 26, 2024
@nilmerg nilmerg closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2024
@nilmerg nilmerg added the no-issue Better asked in one of our support channels label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue Better asked in one of our support channels
Projects
None yet
Development

No branches or pull requests

2 participants