Skip to content

Commit

Permalink
fix: Use internal barbican endpoint type (#642)
Browse files Browse the repository at this point in the history
By default the barbican client in cinder uses `public`, but that is not
ideal for communication between cinder and barbican in a local cluster.
Update this to be internal, as public comms might not work in some
environments by design.
  • Loading branch information
LukeRepko authored Dec 23, 2024
1 parent 6d68601 commit 83766ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-helm-configs/cinder/cinder-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ conf:
use_multipath_for_image_xfer: False #Add Cinder Multipath support for image xfer
database:
max_retries: -1
barbican:
barbican_endpoint_type: internal
key_manager:
backend: barbican
keystone_authtoken:
Expand Down

0 comments on commit 83766ac

Please sign in to comment.