Skip to content

Commit

Permalink
Round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
chornbec committed Mar 28, 2024
1 parent e65fe88 commit 51e32db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions create-chained-sessions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ declare REGION='us-east-1'
# function to create a chained leapp session given a parent session id
# Args:
# 1: name of environment ("playground", "staging", etc.)
# 2: sso role name to use for the parent session
# 3: scope of the IAM role ("panorama" or "eks" or "rds").
# 4: name of the persona (e.g. admin, dev-writer, etc.) the new session is for
# 2: name of service ("k8s" or "DBs", reflecting naming of parent Leapp sessions)
# 3: sso role name to use for the parent session
# 4: scope of the IAM role ("panorama" or "eks" or "rds").
# 5: name of the persona (e.g. admin, dev-writer, etc.) the new session is for
function createLeappSession {
green_echo "creating chained session for $1 with persona $5"
environment_name=$1
Expand Down

0 comments on commit 51e32db

Please sign in to comment.