Skip to content

Commit

Permalink
Merge pull request #15 from panorama-ed/SECZ-1467-add-new-sso-role
Browse files Browse the repository at this point in the history
SECZ-1467: Add new SSO role for chained sessions
  • Loading branch information
Anne Mirasol authored May 15, 2024
2 parents fee6931 + e0e1abb commit b958012
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 b958012

Please sign in to comment.