Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 549 Bytes

03_policy_ssc.md

File metadata and controls

21 lines (15 loc) · 549 Bytes

Set policy on Shared Services Cluster

Setup Access Policy for platform-team to have cluster.admin role

./scripts/tmc-policy.sh \
  $(yq e .shared-services-cluster.name $PARAMS_YAML) \
  cluster.admin \
  platform-team

Validation Step

  1. Access TMC UI
  2. Select Policies on the left nav
  3. Choose Access and then select your shared services cluster
  4. Observe direct Access Policy => Set cluster.admin permission to the platform-team group

Go to Next Step

Install Contour on Shared Services Cluster