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
Being able to simply create a token without generating a whole Prometheus scrape configuration. Also, being able to revoke tokens.
Actual behavior
The only way to save the value of a new token in an automated way (example with Terraform) is to run mc admin prometheus generate and extract the value of bearer_token from the output. Also after doing so, there's no way to revoke tokens that were created by that command.
mc version RELEASE.2024-01-16T16-06-34Z (commit-id=7484802005d75b2f078be373afbbd44106f8cc4b)
Runtime: go1.21.6 linux/amd64
Copyright (c) 2015-2024 MinIO, Inc.
License GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
System information
Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered:
Expected behavior
Being able to simply create a token without generating a whole Prometheus scrape configuration. Also, being able to revoke tokens.
Actual behavior
The only way to save the value of a new token in an automated way (example with Terraform) is to run
mc admin prometheus generate
and extract the value ofbearer_token
from the output. Also after doing so, there's no way to revoke tokens that were created by that command.Reference: mc admin prometheus — MinIO Object Storage for Linux
mc --version
System information
Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered: