Remove unused test files.

Fix build at golang tip.
This commit is contained in:
Bobby DeSimone 2019-01-15 15:47:28 -08:00
parent 074bc0e63c
commit f50ed074b1
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
4 changed files with 4 additions and 23 deletions

View file

@ -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

View file

@ -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"}
)

View file

@ -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-----

View file

@ -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}}