Skip to content

Commit

Permalink
Update fault value of IDP to be a space to avoid SSM parameter creati…
Browse files Browse the repository at this point in the history
…on issue. (#27)
  • Loading branch information
Qi Fan authored Dec 1, 2021
1 parent 863ec52 commit 2b9e826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/modules/okta_native/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ variable "kms_key_arn" {
variable "idp" {
description = "Identity provider to use if there's no Okta Session"
type = string
default = ""
default = " "
}
2 changes: 1 addition & 1 deletion mocha/custom-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"response_type": "code",
"scope": "openid email",
"redirect_uri": "http://my-website.com/_callback",
"idp": "abcdefghijklmnopqrst"
"idp": " "
},
"TOKEN_REQUEST": {
"client_id": "0oa1imdxt88mdVZabcdefghijklmnopqrstod0h8",
Expand Down

0 comments on commit 2b9e826

Please sign in to comment.