-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Is your feature request related to a problem? Please describe.
When using an assumed role in AWS China, cert-manager uses the default STS endpoint of https://sts.amazonaws.com
, but the correct one should be https://sts.<region-code>.amazonaws.com.cn
(ref).
Describe the solution you'd like
Should determine the sts endpoint by region, maybe endpoints api?
Describe alternatives you've considered
Additional context
/kind feature
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.