This page describes the authentication methods supported in Lenses.
Users can authentication is two ways. Basic authentication and SSO / SAML. Additional specific users can be assigned as admin accounts.
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 [].
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".
This page describes configuring basic authentication in Lenses.
Passwords need to bcrypt hashes.
This ensures that the passwords are hashed and secure rather than stored in plaintext. For instance, instead of using "builder" directly, it should be hashed using bcrypt.
An example of a bcrypt-hashed password looks like this:
$2a$12$XQW..XQrtZXCvbQWertqQeFi/1KoQW4eNephNXTfHqtoW9Q4qih5G
.
Always ensure that you replace plaintext passwords with their bcrypt counterparts to securely authenticate users.
You can use the Lenses CLI to create a bcrypt password:
This page describes configure SSO & SAML in Lenses for authentication.
Loading...
This page describes configuring Azure SSO for Lenses authentication.
Learn more here about Azure SSO
Loading...
Loading...
Loading...
Loading...
Loading...