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
If user configures invalid values (such as too long duration_seconds) then STS will return an error. This error is not processed and instead the end-user receives the following error with a stack trace:
Error when retrieving credentials from custom-process: panic: operation error STS: AssumeRole, https response error StatusCode: 400, RequestID: ****************************, api error ValidationError: The requested DurationSeconds exceeds the MaxSessionDuration set for this role.
goroutine 1 [running]:
github.com/aripalo/vegas-credentials/internal/credentials.(*Credentials).New(***********, {*********, ******})
This does not "break" anything per se but it's not a nice user experience.
The text was updated successfully, but these errors were encountered:
If user configures invalid values (such as too long
duration_seconds
) then STS will return an error. This error is not processed and instead the end-user receives the following error with a stack trace:This does not "break" anything per se but it's not a nice user experience.
The text was updated successfully, but these errors were encountered: