update : authentik_oidc
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s
This commit is contained in:
@@ -24,13 +24,13 @@ resource "cloudflare_zero_trust_access_identity_provider" "authentik_oidc" {
|
|||||||
zone_id = local.cloudflare_zone_id
|
zone_id = local.cloudflare_zone_id
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
auth_url = "https://authentik.${local.cloudflare_zone_id}/application/o/authorize/"
|
auth_url = "https://authentik.${local.cloudflare_email_domain}/application/o/authorize/"
|
||||||
certs_url = "https://authentik.${local.cloudflare_zone_id}/application/o/cloudflare-access/jwks/"
|
certs_url = "https://authentik.${local.cloudflare_email_domain}/application/o/cloudflare-access/jwks/"
|
||||||
claims = ["given_name", "preferred_username", "nickname", "groups", "role"]
|
claims = ["given_name", "preferred_username", "nickname", "groups", "role"]
|
||||||
client_id = local.authentik_oidc_client_id_cloudflare
|
client_id = local.authentik_oidc_client_id_cloudflare
|
||||||
client_secret = local.authentik_oidc_secret_cloudflare
|
client_secret = local.authentik_oidc_secret_cloudflare
|
||||||
email_claim_name = "email"
|
email_claim_name = "email"
|
||||||
scopes = ["openid", "email", "profile"]
|
scopes = ["openid", "email", "profile"]
|
||||||
token_url = "https://authentik.${local.cloudflare_zone_id}/application/o/token/"
|
token_url = "https://authentik.${local.cloudflare_email_domain}/application/o/token/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ cloudflare_macos_posture_id = "6d64ff80-1308-4462-********"
|
|||||||
cloudflare_ios_posture_id = "56454654-1245-8564-********"
|
cloudflare_ios_posture_id = "56454654-1245-8564-********"
|
||||||
cloudflare_windows_posture_id = "67b05735-3b9b-4bcc-********"
|
cloudflare_windows_posture_id = "67b05735-3b9b-4bcc-********"
|
||||||
cloudflare_linux_posture_id = "ed5639c7-3305-4a91-********"
|
cloudflare_linux_posture_id = "ed5639c7-3305-4a91-********"
|
||||||
cloudflare_device_os = "mac" # Options: "linux", "windows", "mac"
|
cloudflare_device_os = "mac" # Options: "linux", "windows", "mac"
|
||||||
|
|
||||||
# WARP CGNAT Routes
|
# WARP CGNAT Routes
|
||||||
cloudflare_custom_cgnat_routes = [
|
cloudflare_custom_cgnat_routes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user