remove other variables
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m37s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m37s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# =============================================================================
|
||||
|
||||
#======================================================
|
||||
# INFRASTRUCTURE APP: MySQL Database (Infrastructure)
|
||||
# Create Aapp in mode Infrastructure : MySQL Database for AWS
|
||||
#======================================================
|
||||
|
||||
# Creating the Target
|
||||
@@ -37,12 +37,13 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_app_ssh_infr
|
||||
},
|
||||
}]
|
||||
|
||||
# SSH Infrastructure Policy
|
||||
policies = [{
|
||||
name = "SSH GCP Infrastructure Policy"
|
||||
decision = "allow"
|
||||
|
||||
allowed_idps = [
|
||||
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
|
||||
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
|
||||
]
|
||||
auto_redirect_to_identity = true
|
||||
allow_authenticate_via_warp = false
|
||||
@@ -97,7 +98,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_app_ssh_infr
|
||||
}
|
||||
|
||||
#======================================================
|
||||
# INFRASTRUCTURE APP: MySQL Database (Infrastructure)
|
||||
# Create Aapp in mode Infrastructure : MySQL Database for GCP
|
||||
#======================================================
|
||||
|
||||
# Creating the Target
|
||||
@@ -131,12 +132,13 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_gcp_app_ssh_infr
|
||||
},
|
||||
}]
|
||||
|
||||
# SSH Infrastructure Policy
|
||||
policies = [{
|
||||
name = "SSH GCP Infrastructure Policy"
|
||||
decision = "allow"
|
||||
|
||||
allowed_idps = [
|
||||
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
|
||||
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
|
||||
]
|
||||
auto_redirect_to_identity = true
|
||||
allow_authenticate_via_warp = false
|
||||
|
||||
Reference in New Issue
Block a user