Tested against authentik main and stable, on terraform 1.2.1
Run the following command to build the provider
make build
Run make
from the project root to regenerate the latest provider documentation
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.
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.