Admin Account
This page describes how to configure admin accounts in Lenses.
Last updated
Was this helpful?
This page describes how to configure admin accounts in Lenses.
You can configure a list of the principals (users, service accounts) with root admin access. Access control allows any API operation performed by such principals. If not set, it will default to [].
Admin accounts are set in the config.yaml for HQ under the auth.administrators key, as an array of usernames.
auth:
administrators:
- admin
- brian.lifeof@lenses.io
- bob.builder@lenses.io To change the admin password, update the config.yaml in the auth.users section. Set the password of the admin users.
Passwords need to be bcrypt hashes.
You can use the Lenses CLI to create a bcrypt password. You can download the CLI here. The executable for Lenses 6 CLI is called "hq".
hq utils hash-passwordauth:
- admin
- brian.lifeof@lenses.io
- bob.builder@lenses.io
users:
- username: admin
password: $2a$12$XQW..XQrtZXCvbQWertqQeFi/1KoQW4eNephNXTfHqtoW9Q4qih5G Last updated
Was this helpful?
Was this helpful?

