authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
Generate Provider
The Authentik provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider goauthentik/authentik
Overview
The authentik provider provides resources to interact with the authentik API.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
authentik:token:
value: foo-bar
authentik:url:
value: https://authentik.company
Configure provider with environment variables
It is optionally possible to configure the provider by passing environment variables to pulumi
export AUTHENTIK_URL=https://...
export AUTHENTIK_TOKEN=<secret_token>
export AUTHENTIK_INSECURE=false
Configuration Reference
Required
token
(String, Sensitive) The authentik API token, can optionally be passed asAUTHENTIK_TOKEN
environmental variableurl
(String) The authentik API endpoint, can optionally be passed asAUTHENTIK_URL
environmental variableheaders
(Map of String, Sensitive) Optional HTTP headers sent with every requestinsecure
(Boolean) Whether to skip TLS verification, can optionally be passed asAUTHENTIK_INSECURE
environmental variable
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik