Skip to content

Instantly share code, notes, and snippets.

@dave-malone
Created September 21, 2018 16:13
Show Gist options
  • Save dave-malone/2eee6c891b2bf299a92a642a538806b5 to your computer and use it in GitHub Desktop.
Save dave-malone/2eee6c891b2bf299a92a642a538806b5 to your computer and use it in GitHub Desktop.
parameters/aws_baseline/aws-landing-zone-default-okta-roles.json
[
{
"ParameterKey": "EnableAdminRole",
"ParameterValue": "true"
},
{
"ParameterKey": "EnablePowerUserRole",
"ParameterValue": "true"
},
{
"ParameterKey": "EnableReadOnlyRole",
"ParameterValue": "true"
},
{
"ParameterKey": "AdminRoleName",
"ParameterValue": "AdministratorAccessRole"
},
{
"ParameterKey": "PowerUserRoleName",
"ParameterValue": "PowerUserAccessRole"
},
{
"ParameterKey": "ReadOnlyRoleName",
"ParameterValue": "ReadOnlyAccessRole"
},
{
"ParameterKey": "OktaMetadataUrl",
"ParameterValue": "https://amazon-jolcese.okta.com/app/exkaox93jMyS6Sc5L355/sso/saml/metadata"
},
{
"ParameterKey": "IdentityAccount",
"ParameterValue": "$[alfred_ssm_/org/member/sharedservices/account_id]"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment