An open API service indexing awesome lists of open source software.

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

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).