You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.3, the cloud parameter specified in the credentials configuration is not correctly applied, causing API requests to default to myhuaweicloud.com. This issue arises even when other configuration parameters (e.g., region, access_key, secret_key) are correctly recognized. This results in API requests targeting the default endpoint instead of the specified custom endpoint, producing an authentication error.
Details:
The error occurs specifically when using a custom cloud endpoint. Even when set to a specific endpoint, requests default to https://iam.my-region-1.myhuaweicloud.com instead of the specified cloud endpoint.
The cloud parameter should be correctly applied to route requests to the specified endpoint (e.g., https://iam.my-region-1.my-endpoint.com), allowing full access to the custom endpoint.
Steps to Reproduce:
Configure the Huawei Provider with a secret that includes the cloud parameter, as shown above.
Deploy a Cluster resource.
Observe that API requests ignore the specified endpoint and continue to target myhuaweicloud.com.
Additional Information:
Please advise on any workarounds or additional configuration steps that may address this behavior.
The text was updated successfully, but these errors were encountered:
Description:
In version xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.3, the cloud parameter specified in the credentials configuration is not correctly applied, causing API requests to default to myhuaweicloud.com. This issue arises even when other configuration parameters (e.g., region, access_key, secret_key) are correctly recognized. This results in API requests targeting the default endpoint instead of the specified custom endpoint, producing an authentication error.
Details:
The error occurs specifically when using a custom cloud endpoint. Even when set to a specific endpoint, requests default to https://iam.my-region-1.myhuaweicloud.com instead of the specified cloud endpoint.
Error Output:
Example Secret Configuration:
Example Resource Configuration:
The error was observed when creating a Cluster resource:
Expected Behavior:
The cloud parameter should be correctly applied to route requests to the specified endpoint (e.g., https://iam.my-region-1.my-endpoint.com), allowing full access to the custom endpoint.
Steps to Reproduce:
Configure the Huawei Provider with a secret that includes the cloud parameter, as shown above.
Deploy a Cluster resource.
Observe that API requests ignore the specified endpoint and continue to target myhuaweicloud.com.
Additional Information:
Please advise on any workarounds or additional configuration steps that may address this behavior.
The text was updated successfully, but these errors were encountered: