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

https://github.com/rstudio/k8s-http-auth

Kubernetes HTTP auth things
https://github.com/rstudio/k8s-http-auth

golang-middleware gorilla-mux kubernetes middleware

Last synced: about 1 month ago
JSON representation

Kubernetes HTTP auth things

Awesome Lists containing this project

README

          

# k8s-http-auth

Kubernetes HTTP auth things.

[![Go Reference](https://pkg.go.dev/badge/github.com/rstudio/k8s-http-auth.svg)](https://pkg.go.dev/github.com/rstudio/k8s-http-auth)

## middleware

HTTP middleware to implement [intra-cluster communication with
service account token volume
projection](https://learnk8s.io/microservices-authentication-kubernetes#inter-service-authentication-using-service-account-token-volume-projection).

## client library

Client library to build requests that include a header to interact
with services that use the middleware.

## examples

A [full example](./examples/full) is available that includes an
api service that accesses a backing db service.