Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Rename AWS SAML provider to $ENV-auth0 (#235)
Browse files Browse the repository at this point in the history
AWS SAML provider suffixes had been changed from ‘auth0’ to the more generic ‘idp’, but references in auth0 rules and user IAM role trust policies had not been updated to match. This commit reverts that change for now.
  • Loading branch information
kerin committed Dec 4, 2018
1 parent 57f09eb commit 8d10eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/federated_identity/iam.tf
Expand Up @@ -10,7 +10,7 @@ data "template_file" "saml_metadata" {
}

resource "aws_iam_saml_provider" "idp" {
name = "${var.env}-idp"
name = "${var.env}-auth0"
saml_metadata_document = "${data.template_file.saml_metadata.rendered}"
}

Expand Down

0 comments on commit 8d10eca

Please sign in to comment.