mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
config: multiple endpoints for authorize and databroker (#1957)
* wip * update docs * remove dead code
This commit is contained in:
parent
0f0a50be40
commit
664358dfad
24 changed files with 440 additions and 405 deletions
|
@ -86,8 +86,8 @@ func TestNew(t *testing.T) {
|
|||
badProvider.Provider = ""
|
||||
badProvider.CookieName = "C"
|
||||
badGRPCConn := newTestOptions(t)
|
||||
badGRPCConn.DataBrokerURL = nil
|
||||
badGRPCConn.CookieName = "D"
|
||||
badGRPCConn.DataBrokerURLString = "BAD"
|
||||
|
||||
emptyProviderURL := newTestOptions(t)
|
||||
emptyProviderURL.Provider = "oidc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue