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

https://github.com/dippynark/access-request-controller

Kubernetes-native access request implementation
https://github.com/dippynark/access-request-controller

Last synced: over 1 year ago
JSON representation

Kubernetes-native access request implementation

Awesome Lists containing this project

README

          

# Access Request Controller

access-request-controller reconciles the AccessRequest API to facilitate access request flows for a
Kubernetes cluster.

## Installation

```sh
make deploy
```

## Example

```sh
# Allow developer to create AccessRequests
kubectl apply -f - <