User Roles & Access Control
Prerequisites
Example Configuration
apiVersion: k8s-operator.alluxio.com/v1
kind: AlluxioCluster
spec:
dashboard:
image: <PRIVATE_REGISTRY>/alluxio-dashboard
imageTag: AI-3.6-12.0.2
enabled: true
authorization:
enabled: true
type: opa
opa:
opa config for web console...
web:
authType: okta
oktaIssuer: your-okta-issuer-url
oktaClientID: your-okta-client-id
gateway:
image: <PRIVATE_REGISTRY>/alluxio-gateway
imageTag: AI-3.6-12.0.2
enabled: true
authentication:
enabled: true
type: oidc
oidc:
jwksConfigMapName: your-jwks-config-map-name
jwksFilename: your-jwks-filename
authorization:
enabled: true
opa:
opa config for gateway... Default Permission Model
OPA Configuration Parameters
Dashboard Group Structure
Gateway Group Structure
Configuration Example
Dashboard Configuration
Custom Authorization via OPA
Available disallowPages Options:
disallowPages Options:Available disallowComponents Options:
disallowComponents Options:Example Response
Last updated