Skip to content

Commit

Permalink
SECZ-1467: Add new SSO role for chained sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Mirasol committed May 14, 2024
1 parent fee6931 commit e0e1abb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions create-chained-sessions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ do
createLeappSession "$env" "DBs" "PanoramaDBsEngineeringDefault" "panorama" "dev-writer"
createLeappSession "$env" "DBs" "PanoramaDBsEngineeringDefault" "panorama" "dev-reader"
done

# session names from Leapp for production only
createLeappSession "production" "DBs" "PanoramaDBsProdAccess" "panorama" "dev-writer"
createLeappSession "production" "DBs" "PanoramaDBsProdAccess" "panorama" "dev-reader"

0 comments on commit e0e1abb

Please sign in to comment.