generated from crossplane/upjet-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jastang/upbound-registry
Publish to crossplane-contrib on Upbound registry
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,16 @@ apiVersion: meta.pkg.crossplane.io/v1 | |
kind: Provider | ||
metadata: | ||
name: provider-okta | ||
annotations: | ||
meta.crossplane.io/maintainer: Healthcare <[email protected]> | ||
meta.crossplane.io/source: github.com/crossplane-contrib/provider-okta | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: | | ||
A Crossplane provider that exposes managed resources for the Okta API. | ||
meta.crossplane.io/readme: | | ||
Provider Okta is a crossplane provider for [Okta](https://okta.com) that allows | ||
the creation of kubernetes objects for: | ||
- Okta Users | ||
- Okta Groups | ||
- Assigning Users to Groups | ||
- Assigning Apps to Groups |