Skip to content

Commit

Permalink
Update barbican-helm-overrides.yaml keystone endpoint (#473)
Browse files Browse the repository at this point in the history
Current public barbican endpoint does not resolve nor is there an listener on port 80, moving public endpoint to barbican-api and port 9311.
  • Loading branch information
timolow authored Oct 17, 2024
1 parent 326977d commit 1956eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-helm-configs/barbican/barbican-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ endpoints:
name: barbican
hosts:
default: barbican-api
public: barbican
public: barbican-api
host_fqdn_override:
default:
tls:
Expand All @@ -590,7 +590,7 @@ endpoints:
port:
api:
default: 9311
public: 80
public: 9311
service: 9311
oslo_db:
auth:
Expand Down

0 comments on commit 1956eb1

Please sign in to comment.