Skip to content

Commit

Permalink
fix: add /token to ingress (#1861)
Browse files Browse the repository at this point in the history
Ref: SRX-XCZB2E
  • Loading branch information
sven-urbanski-freiheit-com authored Aug 9, 2024
1 parent f62f3c3 commit e766eff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/kuberpult/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ spec:
name: kuberpult-frontend-service
port:
name: http
- pathType: Prefix
path: /token
backend:
service:
name: kuberpult-frontend-service
port:
name: http
- pathType: Prefix
path: /login
backend:
Expand Down
1 change: 1 addition & 0 deletions charts/kuberpult/tests/charts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,7 @@ func makeAllIngressPaths() []networking.HTTPIngressPath {
makeIngressPrefixPath("/api/"),
makeIngressPrefixPath("/dex"),
makeIngressPrefixPath("/callback"),
makeIngressPrefixPath("/token"),
makeIngressPrefixPath("/login"),
makeIngressImplementationSpecificPath("/ui/*"),
makeIngressExactPath("/"),
Expand Down

0 comments on commit e766eff

Please sign in to comment.