Skip to content

Commit

Permalink
keystone_auth: always use public endpoint from tenant cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbonney committed Oct 4, 2024
1 parent 00763f9 commit 6724d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def get_object(self) -> pykube.ConfigMap:
if utils.get_cluster_label_as_bool(self.cluster, "keystone_auth_enabled", True):
auth_url = osc.url_for(
service_type="identity",
interface=CONF.capi_client.endpoint_type.replace("URL", ""),
interface="public",
)
data = {
**data,
Expand Down

0 comments on commit 6724d61

Please sign in to comment.