driosalido / provider-keycloak

Provider Keycloak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provider keycloak

provider-keycloak is a Crossplane provider that is built using Upjet code generation tools and exposes XRM-conformant managed resources for the keycloak API.

Check out the examples in the examples directory for more information on how to use this provider.

Install

To install the provider, use the following resource definition:

---
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-keycloak
  namespace: crossplane-system
spec:
  package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.0.1

Developing

Run code-generation pipeline:

go run cmd/generator/main.go "$PWD"

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build binary:

make build

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

About

Provider Keycloak

License:Apache License 2.0


Languages

Language:Go 65.8%Language:Makefile 23.2%Language:Shell 6.1%Language:Dockerfile 4.5%Language:HCL 0.3%