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
Allow users identified by x-user and group identified by x-group
authentication.mode=request-header
request-header.name.username=x-user
request-header.name.group=x-group
request-header.group.admin.name=my_iam_role_admin
request-header.group.viewer.name=my_iam_role_viewer
# Requests with heders: x-user: steve, x-group: my_iam_abc,my_iam_role_admin will be allowed full access