For the complete documentation index, see llms.txt. This page is also available as Markdown.
Identity & Access Management
This page describes Identity & Access Management (IAM) in Lenses.
IAM controls what users and service accounts can do in Lenses. Permissions flow from principals → groups → roles → policies. If any policy statement matches with effect: deny, access is denied.
Common setup flow
1
Configure authentication
Pick Basic Auth or SSO/SAML.
2
Create roles and policies
Define actions, resources, and allow/deny.
3
Create groups and assign roles
Attach one or more roles to each group.
4
Add users and service accounts to groups
Membership drives permissions.
5
Validate access
Log in as a user and check expected visibility and actions.