Documentation
¶
Overview ¶
Package tls is implementing predicates that can match based on the client peer certificate. There is no validation at this point, please use github.com/zalando/skipper/filters/tls in order to validate certificates for authentication and authorization purposes.
Index ¶
- func NewTLSClientCheckCN() routing.PredicateSpec
- func NewTLSClientCheckIssuerCN() routing.PredicateSpec
- func NewTLSClientCheckIssuerDN() routing.PredicateSpec
- func NewTLSClientCheckSanCIDR() routing.PredicateSpec
- func NewTLSClientCheckSanDNS() routing.PredicateSpec
- func NewTLSClientCheckSanIP() routing.PredicateSpec
- func NewTLSClientCheckSanURI() routing.PredicateSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTLSClientCheckCN ¶
func NewTLSClientCheckCN() routing.PredicateSpec
func NewTLSClientCheckIssuerCN ¶
func NewTLSClientCheckIssuerCN() routing.PredicateSpec
func NewTLSClientCheckIssuerDN ¶
func NewTLSClientCheckIssuerDN() routing.PredicateSpec
func NewTLSClientCheckSanCIDR ¶
func NewTLSClientCheckSanCIDR() routing.PredicateSpec
func NewTLSClientCheckSanDNS ¶
func NewTLSClientCheckSanDNS() routing.PredicateSpec
func NewTLSClientCheckSanIP ¶
func NewTLSClientCheckSanIP() routing.PredicateSpec
func NewTLSClientCheckSanURI ¶
func NewTLSClientCheckSanURI() routing.PredicateSpec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.