Skip to content

topicuskeyhub/provider-jet-keyhub

Repository files navigation

Terrajet KeyHub Provider

provider-jet-keyhub is a Crossplane provider that is built using Terrajet code generation tools and exposes XRM-conformant managed resources for the KeyHub API.

Getting Started

Install the provider by using the following command after changing the image tag to the latest release:

kubectl crossplane install provider crossplane/provider-jet-keyhub:v0.1.0

Alternatively, you can use declarative installation:

kubectl apply -f examples/install.yaml

Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.

You can see the API reference here.

Developing

Clone this repository and cd into the repository directory. Fetch the upbound/build submodule by running the following:

make submodules

Run code-generation pipeline:

make generate

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build binary:

make build

Release process

Follow the Crossplane instructions.

Report a Bug

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

Governance and Owners

provider-jet-keyhub is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

provider-jet-keyhub adheres to the same Code of Conduct as the core Crossplane project.

Licensing

provider-jet-keyhub is under the Apache 2.0 license.