Skip to content

Commit

Permalink
fix path for fullpath
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 2, 2021
1 parent 578cc2d commit f3b3a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/iam-role-ldif.east-west.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dn: cn=${role_name},ou=${account_id},ou=AWS,ou=Cloud,ou=Application,o=U.S. Census Bureau,c=US
description: ${role_name} ( ${account_id} )
cn: ${role_name}
bocApplicationData: gov.census.tco:CPASS_FullPath=Cloud ${aws_environment} ${account_id}
bocApplicationData: gov.census.tco:CPASS_FullPath=Cloud/${aws_environment}/${account_id}
bocApplicationData: gov.census.tco:CPASS_APP=CloudServices
bocApplicationData: gov.census.tco:Cloud_AWS_Auth=${role_arn},${saml_provider_arn}
#bocApplicationData: gov.census.tco:Cloud_AWSGovCloud_Auth=${role_arn},${saml_provider_arn}
Expand Down
2 changes: 1 addition & 1 deletion templates/iam-role-ldif.govcloud.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dn: cn=${role_name},ou=${account_id},ou=AWS,ou=Cloud,ou=Application,o=U.S. Census Bureau,c=US
description: ${role_name} ( ${account_id} )
cn: ${role_name}
bocApplicationData: gov.census.tco:CPASS_FullPath=Cloud ${aws_environment} ${account_id}
bocApplicationData: gov.census.tco:CPASS_FullPath=Cloud/${aws_environment}/${account_id}
bocApplicationData: gov.census.tco:CPASS_APP=CloudServices
#bocApplicationData: gov.census.tco:Cloud_AWS_Auth=${role_arn},${saml_provider_arn}
bocApplicationData: gov.census.tco:Cloud_AWSGovCloud_Auth=${role_arn},${saml_provider_arn}
Expand Down

0 comments on commit f3b3a36

Please sign in to comment.