package identifier

import "github.com/open-policy-agent/opa/server/identifier"

Package identifier provides handlers for associating an identity with incoming requests.

Index

Functions

func Identity

func Identity(r *http.Request) (string, bool)

Identity returns the identity of the caller associated with ctx.

func SetIdentity

func SetIdentity(r *http.Request, v string) *http.Request

SetIdentity returns a new http.Request with the identity set to v.

Types

type TLSBased

type TLSBased struct {
	// contains filtered or unexported fields
}

TLSBased extracts the CN of the client's TLS ceritificate

func NewTLSBased

func NewTLSBased(inner http.Handler) *TLSBased

NewTLSBased returns a new TLSBased object.

func (*TLSBased) ServeHTTP

func (h *TLSBased) ServeHTTP(w http.ResponseWriter, r *http.Request)

type TokenBased

type TokenBased struct {
	// contains filtered or unexported fields
}

TokenBased extracts Bearer tokens from the request.

func NewTokenBased

func NewTokenBased(inner http.Handler) *TokenBased

NewTokenBased returns a new TokenBased object.

func (*TokenBased) ServeHTTP

func (h *TokenBased) ServeHTTP(w http.ResponseWriter, r *http.Request)

Source Files

identifier.go tls.go

Version
v0.16.2
Published
Jan 22, 2020
Platform
js/wasm
Imports
3 packages
Last checked
now

Tools for package owners.