mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 18:33:19 +02:00
Remove unused test files.
Fix build at golang tip.
This commit is contained in:
parent
074bc0e63c
commit
f50ed074b1
4 changed files with 4 additions and 23 deletions
|
@ -8,7 +8,7 @@
|
|||
- go: tip
|
||||
fast_finish: true
|
||||
install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get honnef.co/go/tools/cmd/staticcheck
|
||||
script:
|
||||
- env GO111MODULE=on make all
|
||||
|
|
|
@ -7,18 +7,17 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/pomerium/envconfig"
|
||||
"github.com/pomerium/pomerium/authenticate"
|
||||
"github.com/pomerium/pomerium/internal/https"
|
||||
"github.com/pomerium/pomerium/internal/log"
|
||||
"github.com/pomerium/pomerium/internal/options"
|
||||
"github.com/pomerium/pomerium/internal/version"
|
||||
|
||||
"github.com/pomerium/pomerium/authenticate"
|
||||
"github.com/pomerium/pomerium/proxy"
|
||||
)
|
||||
|
||||
var (
|
||||
debugFlag = flag.Bool("debug", false, "run server in debug mode, changes log output to STDOUT and level to info")
|
||||
versionFlag = flag.Bool("version", false, "prints the version")
|
||||
debugFlag = flag.Bool("debug", false, "run server in debug mode, changes log output to STDOUT and level to info")
|
||||
versionFlag = flag.Bool("version", false, "prints the version")
|
||||
// validServics = []string{"all", "proxy", "authenticate"}
|
||||
)
|
||||
|
||||
|
|
8
proxy/testdata/public_key.pub
vendored
8
proxy/testdata/public_key.pub
vendored
|
@ -1,8 +0,0 @@
|
|||
-----BEGIN RSA PUBLIC KEY-----
|
||||
MIIBCgKCAQEAst/CEAh/EMnjRbNcwNF7iMqp03En2GYNJz3wfiv/6Rcu7SDgMJke
|
||||
rYfDcpK8RYREAxyjQpi17eI/FRQx0GbRo1AR0ZgF2VvDTkNBCNb3Pw6bdPbFONCU
|
||||
JV2WXi/vf+4gMRH0hN00K9ZOz18MaY5va7C0p+xaC5713KNJnOvndo48X+HDICSG
|
||||
kCyjne/NylEMy1RLwUCdOSZ6SNsTI0tKt95bTEzBhd0GUDfYuG2SoJyLaJisUyW3
|
||||
8X7TtdRUzSwe6IPeLFppU4QGOf1DI2WlmCdYPPfllCfiqVWMibBzwQZGkBvjWGs3
|
||||
Cw8iKMKcydVlZCJ8rLIaU6sE/lD1eGrfowIDAQAB
|
||||
-----END RSA PUBLIC KEY-----
|
10
proxy/testdata/upstream_configs.yml
vendored
10
proxy/testdata/upstream_configs.yml
vendored
|
@ -1,10 +0,0 @@
|
|||
- service: foo
|
||||
default:
|
||||
from: foo.{{cluster}}.{{root_domain}}
|
||||
to: foo-internal.{{cluster}}.{{root_domain}}
|
||||
options:
|
||||
allowed_groups:
|
||||
- dev
|
||||
dev:
|
||||
from: foo.{{root_domain}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue