Skip to content

vhdirk/terraform-provider-authentik

Repository files navigation

authentik logo


Code Coverage Latest version CI Build status

Terraform Provider authentik

Tested against authentik main and stable, on terraform 1.2.1

Run the following command to build the provider

make build

Generate Documentation

Run make from the project root to regenerate the latest provider documentation

Testing

In ./tests, run docker compose up -d to start a testing instance with a fixed token.

Source ./tests/.env and run go tests to start testing against the local instance.

Versioning

This provider's version is based on the authentik version it's tested against.

Provider version 2021.8.1 is tested against 2021.8.x.

Provider version 2021.8.2 is tested against 2021.8.x but has some bugfixes.