Skip to content

Commit

Permalink
Merge pull request #213 from sighupio/pomerium-routes-configuration
Browse files Browse the repository at this point in the history
Add new schema fields to configure Pomerium
  • Loading branch information
nutellinoit authored Jul 31, 2024
2 parents ee22cfb + 7cb3b99 commit 02c22fa
Show file tree
Hide file tree
Showing 29 changed files with 6,116 additions and 5,158 deletions.
6 changes: 6 additions & 0 deletions defaults/ekscluster-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -162,6 +166,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
6 changes: 6 additions & 0 deletions defaults/kfddistribution-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -155,6 +159,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
6 changes: 6 additions & 0 deletions defaults/onpremises-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -155,6 +159,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
2,049 changes: 1,118 additions & 931 deletions pkg/apis/ekscluster/v1alpha2/private/schema.go

Large diffs are not rendered by default.

3,070 changes: 1,618 additions & 1,452 deletions pkg/apis/ekscluster/v1alpha2/public/schema.go

Large diffs are not rendered by default.

Loading

0 comments on commit 02c22fa

Please sign in to comment.