https://github.com/hops-ops/provider-authentik
Crossplane Upjet port of Official Authentik Terraform Provider https://registry.terraform.io/providers/goauthentik/authentik/latest/docs
https://github.com/hops-ops/provider-authentik
Last synced: 12 days ago
JSON representation
Crossplane Upjet port of Official Authentik Terraform Provider https://registry.terraform.io/providers/goauthentik/authentik/latest/docs
- Host: GitHub
- URL: https://github.com/hops-ops/provider-authentik
- Owner: hops-ops
- License: apache-2.0
- Created: 2025-10-07T19:41:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T08:07:43.000Z (25 days ago)
- Last Synced: 2026-05-16T10:24:16.354Z (25 days ago)
- Language: Go
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Provider Authentik
`provider-authentik` is a [Crossplane](https://crossplane.io/) provider
authentik that is built using [Upjet](https://github.com/crossplane/upjet) code
generation tools and exposes XRM-conformant managed resources for the Authentik
API.
## Getting Started
This authentik serves as a starting point for generating a new [Crossplane Provider](https://docs.crossplane.io/latest/packages/providers/) using the [`upjet`](https://github.com/crossplane/upjet) tooling. Please follow the guide linked below to generate a new Provider:
https://github.com/crossplane/upjet/blob/main/docs/generating-a-provider.md
## Developing
Run code-generation pipeline:
```console
go run cmd/generator/main.go "$PWD"
```
Run against a Kubernetes cluster:
```console
make run
```
Build, push, and install:
```console
make all
```
Build binary:
```console
make build
```
## Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please
open an [issue](https://github.com/unbounded-tech/provider-authentik/issues).