https://github.com/rawkode/chappaai
https://github.com/rawkode/chappaai
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawkode/chappaai
- Owner: rawkode
- Created: 2022-04-03T21:09:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T18:25:17.000Z (over 3 years ago)
- Last Synced: 2025-05-01T20:37:24.197Z (about 1 year ago)
- Language: Rust
- Size: 480 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chappaai
Chappaai is an OAuth management layer for Kubernetes.
It allows you, through CRDs, to describe OAuth APIs you wish to be able to integrate with.
Then, through the web service, you can perform the OAuth dance and a token will be stored, as a secret, within the cluster; available for your workloads.
## Installation
```shell
kubectl apply -k ./deploy
```