Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
upgrade to pomerium v0.10 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Aug 10, 2020
1 parent e4cacc5 commit 0ec7803
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/pomerium-operator/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func init() {
rootCmd.PersistentFlags().Bool("debug", false, "Run in debug mode")
rootCmd.PersistentFlags().StringP("namespace", "n", "", "Namespaces to monitor")
rootCmd.PersistentFlags().String("pomerium-secret", "pomerium", "Name of pomerium Secret to maintain")
rootCmd.PersistentFlags().String("pomerium-namespace", "kube-system", "Name of pomerium ConfigMap to maintain")
rootCmd.PersistentFlags().String("pomerium-namespace", "kube-system", "Namespace pomerium Secret to maintain")
rootCmd.PersistentFlags().String("base-config-file", "./pomerium-base.yaml", "Path to base configuration file")

rootCmd.PersistentFlags().StringP("service-class", "s", "pomerium", "kubernetes.io/service.class to monitor")
Expand Down
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1
github.com/go-redis/redis/v7 v7.3.0 // indirect
github.com/google/go-cmp v0.5.1
github.com/google/gofuzz v1.1.0 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/imdario/mergo v0.3.8 // indirect
github.com/pomerium/pomerium v0.8.1-0.20200528203734-49db9867d72f
github.com/pomerium/autocache v0.0.0-20200505053831-8c1cd659f055 // indirect
github.com/pomerium/pomerium v0.10.1-0.20200807184328-fbb367d39320
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/zenazn/goji v0.9.0 // indirect
go.etcd.io/bbolt v1.3.4 // indirect
go.uber.org/zap v1.15.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.17.3
Expand Down
Loading

0 comments on commit 0ec7803

Please sign in to comment.