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

https://github.com/mstryoda/kubernetes-custom-authorization

It is an example repository to demonstrate custom authorization webhook in Kubernetes.
https://github.com/mstryoda/kubernetes-custom-authorization

authorization cncf containers golang kubernetes platform rbac webhook

Last synced: about 2 months ago
JSON representation

It is an example repository to demonstrate custom authorization webhook in Kubernetes.

Awesome Lists containing this project

README

          

# Kubernetes Custom Authorization
It is an example repository to demonstrate custom authorization in Kubernetes.

# Article

- [Kubernetes Beyond RBAC - Make Your Own Authorization ]()

# References

- [Kubernetes - Controlling Access](https://kubernetes.io/docs/concepts/security/controlling-access/)
- [Kubernetes - Access Authn/Authz Webhook](https://kubernetes.io/docs/reference/access-authn-authz/webhook/)