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.
- Host: GitHub
- URL: https://github.com/mstryoda/kubernetes-custom-authorization
- Owner: mstrYoda
- Created: 2023-03-11T16:07:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T21:13:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T03:27:43.544Z (about 1 year ago)
- Topics: authorization, cncf, containers, golang, kubernetes, platform, rbac, webhook
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)