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
The StsRemoteClientConfiguration should hold the clientSecretAlias instead of directly the secret and the RemoteSecureTokenService should load the secret from the vault at every request.
Which Areas Would Be Affected?
remote sts
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
It's preferred to not store at boot time the secret, but instead resolve the secret lazy when needed.
The text was updated successfully, but these errors were encountered:
Feature Request
The
StsRemoteClientConfiguration
should hold theclientSecretAlias
instead of directly the secret and theRemoteSecureTokenService
should load the secret from the vault at every request.Which Areas Would Be Affected?
remote sts
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
It's preferred to not store at boot time the secret, but instead resolve the secret lazy when needed.
The text was updated successfully, but these errors were encountered: