Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fallback to source creds expiration in downscoped tokens #805

Merged
merged 2 commits into from Jul 20, 2021
Merged

fix: fallback to source creds expiration in downscoped tokens #805

merged 2 commits into from Jul 20, 2021

Commits on Jul 19, 2021

  1. fix: fallback to source creds expiration in downscoped tokens

    For downscoping CAB flow, the STS endpoint may not return the expiration
    field for certain source credentials. The generated downscoped token
    should always have the same expiration time as the source credentials.
    When no `expires_in` field is returned in the response, we can just get
    the expiration time from the source credentials.
    bojeil-google committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    dc44087 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    381f8ac View commit details
    Browse the repository at this point in the history