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
The "mc admin user svcacct" command can list accesskeys generated by OICD generated users if the parentuser is known, for example by pulling it out of the audit logs. The new "mc admin accesskeys" don't seem to find these users and their relevant keys.
Expected behavior
When running mc admin accesskey ls def --all all the keys currently active in minio should be presented including access keys for OICD users.
Also when running 'mc admin accesskey ls def --self' all accesskeys with the same parent user should be displayed.
Actual behavior
When running the --all command as an admin only internal users are presented.
If there are accesskeys generated by OICD users these are not shown, the older command mc admin user svcacct list will show these accesskeys if the parentuser is known.
mc version RELEASE.2024-10-29T15-34-59Z (commit-id=9f4659884dd45dca726ba38ee6bfacb2bf776eb8)
Runtime: go1.22.7 linux/amd64
Copyright (c) 2015-2024 MinIO, Inc.
License GNU AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
System information
Minio running in docker with keycloak as OICD for testing
The "mc admin user svcacct" command can list accesskeys generated by OICD generated users if the parentuser is known, for example by pulling it out of the audit logs. The new "mc admin accesskeys" don't seem to find these users and their relevant keys.
Expected behavior
When running
mc admin accesskey ls def --all
all the keys currently active in minio should be presented including access keys for OICD users.Also when running 'mc admin accesskey ls def --self' all accesskeys with the same parent user should be displayed.
Actual behavior
When running the --all command as an admin only internal users are presented.
If there are accesskeys generated by OICD users these are not shown, the older command
mc admin user svcacct list
will show these accesskeys if the parentuser is known.Steps to reproduce the behavior
mc admin accesskey ls
as an adminmc --version
mc version RELEASE.2024-10-29T15-34-59Z (commit-id=9f4659884dd45dca726ba38ee6bfacb2bf776eb8)
Runtime: go1.22.7 linux/amd64
Copyright (c) 2015-2024 MinIO, Inc.
License GNU AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
System information
Minio running in docker with keycloak as OICD for testing
The text was updated successfully, but these errors were encountered: