'ClientConfig.DetermineServiceURL()' is obsolete, How to use "the newer system" with a Signing Request? #2548
-
I'm looking to sign a request using the current IAM role assigned to an ECS Task. The request is intended as an argument for VaultSharp, to authenticate and retrieve secrets based on a Vault Role ID. Seems I am successful logging in, but not so with retrieving secrets or authorized roles. Before taking this to HashiCorp or VaultSharp, I wanted to ensure my signing request is accurate. One thing I see is
Given the signing request below, how might I use "the newer system"? Signing Request:
Thanks for taking a moment to assist! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Unfortunately, this is an example of obsoleting something without giving us any guidance on what to do instead. This commit introduced it without providing any guidance on how to resolve it We ran into the obsoletion when using |
Beta Was this translation helpful? Give feedback.
-
For example:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
DetermineServiceOperationEndpoint
method was added to all the service clients as part of v.3.7.624.0, this can be used to know the endpoint that request will use instead ofDetermineServiceURL
.For example: