mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 16:47:41 +02:00
remove forward auth (#3628)
This commit is contained in:
parent
ba07afc245
commit
fa26587f19
68 changed files with 302 additions and 5072 deletions
|
@ -199,6 +199,7 @@ type Selector struct {
|
|||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// Types that are assignable to Filter:
|
||||
//
|
||||
// *Selector_All
|
||||
// *Selector_Tag
|
||||
// *Selector_IdFilter_
|
||||
|
@ -828,6 +829,7 @@ type Connection struct {
|
|||
// the URL of the pomerium server to connect to
|
||||
PomeriumUrl *string `protobuf:"bytes,4,opt,name=pomerium_url,json=pomeriumUrl,proto3,oneof" json:"pomerium_url,omitempty"`
|
||||
// Types that are assignable to TlsOptions:
|
||||
//
|
||||
// *Connection_DisableTlsVerification
|
||||
// *Connection_CaCert
|
||||
TlsOptions isConnection_TlsOptions `protobuf_oneof:"tls_options"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue