Skip to content

Commit

Permalink
removed client-name ref and added group creation docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
cartyc committed Aug 29, 2023
1 parent 5e02ac6 commit b89944d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions solutions/vertexai/ai-experimentation/project-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMPolicyMember
metadata:
name: iampolicymember-vertexai # kpt-set: ${client-name}-config-control-group-vertexai-${project-id}-permissions
name: iampolicymember-vertexai # kpt-set: vertexai-${project-id}-permissions
namespace: projects # kpt-set: ${namespace}
spec:
member: group:vertexai-admins.domain.com # kpt-set: ${user-group}
Expand All @@ -31,7 +31,7 @@ spec:
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMPolicyMember
metadata:
name: iampolicymember-docwarehouse-projlevel # kpt-set: ${client-name}-config-control-group-docwarehouse-${project-id}-permissions
name: iampolicymember-docwarehouse-projlevel # kpt-set: docwarehouse-${project-id}-permissions
namespace: projects # kpt-set: ${namespace}
spec:
member: group:aisandbox-admins.domain.com # kpt-set: ${user-group}
Expand All @@ -45,7 +45,7 @@ spec:
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMPolicyMember
metadata:
name: iampolicymember-docai-projlevel # kpt-set: ${client-name}-config-control-group-docai-${project-id}-permissions
name: iampolicymember-docai-projlevel # kpt-set: docai-${project-id}-permissions
namespace: projects # kpt-set: ${namespace}
spec:
member: group:aisandbox-admins.domain.com # kpt-set: ${user-group}
Expand Down
7 changes: 3 additions & 4 deletions solutions/vertexai/ai-experimentation/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ data:
# Client
##########################
#
# Name for the client, lowercase only
client-name: 'client1'
# id of the client management project created in client-landing-zone
#
# Name of the group email that will act as admin for the project
# See https://cloud.google.com/iam/docs/groups-in-cloud-console#creating for creating groups
#
user-group: group:aisandbox-admins.domain.com
user-group: group:aisandbox-admins@domain.com
##########################
# Project
##########################
Expand Down

0 comments on commit b89944d

Please sign in to comment.