Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sspa
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function create_cognito_auth_role() {
generate_assume_role_policy ${pool_id} > ${identity_pool_dir}/assume_role_policy.json
if [[ ! -s ${identity_pool_dir}/role_info.json ]]; then
local role_name="${pool_name}_cognito_authenticated"
echo "Creaing role: $role_name"
echo "Creating role: $role_name"
# Might be able to use the create_iam_role function for this
aws --profile $profile iam create-role \
--role-name "$role_name" \
Expand Down