mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 22:48:15 +02:00
integration: add cluster setup and configuration and a few tests
This commit is contained in:
parent
9860c3ce9f
commit
8fd716e1d8
24 changed files with 1689 additions and 2 deletions
6
integration/internal/cluster/config.go
Normal file
6
integration/internal/cluster/config.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package cluster
|
||||
|
||||
type Config struct {
|
||||
WorkingDirectory string
|
||||
HTTPSPort int
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue