Skip to content

authentik_provider_oauth2_config issuer_url is empty after creation #705

@Juoper

Description

@Juoper

directly after creating an authentik_provider_oauth2 the authentik_provider_oauth2_config.issuer_url is empty and not populated

resource "authentik_provider_oauth2" "argocd" {
  name      = "argocd-${var.cluster_name}"
  client_id = "argocd-${var.cluster_name}"
  ... more stuff
}

data "authentik_provider_oauth2_config" "argo_config" {
  provider_id =authentik_provider_oauth2.argocd.id
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions