View details of a Access Policy
view access policies
Use Wayfinder's User Interface or CLI to view all the details of a specific access policy.
CLI Commands
wf get globalaccesspolicies POLICY -o yaml
Use the -o yaml
flag to output the YAML to the console.
wf get globalaccesspolicies admin.nonprod -o yaml
apiVersion: policydelivery.appvia.io/v1alpha1
kind: GlobalAccessPolicy
metadata:
name: admin.nonprod
spec:
accessPolicyTemplate:
accessRoleRefs:
- cluster.admin
- namespace.admin
constraints:
clusters:
allowed:
matchLabels:
appvia.io/stage: nonprod
ttl: 8h0m0s
description: Admin access to non-production clusters
groups:
- owner
subjectType: User
wayfinderGroups:
- admin
workspaceSelector: {}
Web Interface Instructions
Steps
- Expand Admin, and then navigate to Policy > Cluster Access
- Click on the name of a access policy to see all the details of that policy
Screenshot(s)