Skip to content

Commit

Permalink
DXCDT-466: Removing signing_key from auth0_client example (#651)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Vedder <will.vedder@okta.com>
  • Loading branch information
willvedd and willvedd authored Jun 22, 2023
1 parent e600c0e commit 99449dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/resources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ resource "auth0_client" "my_client" {
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
]
signing_cert = "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
signing_key {
key = "-----BEGIN PRIVATE KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
cert = "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
}
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions examples/resources/auth0_client/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ resource "auth0_client" "my_client" {
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
]
signing_cert = "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"

signing_key {
key = "-----BEGIN PRIVATE KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
cert = "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
}
}
}
}

0 comments on commit 99449dc

Please sign in to comment.