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

feat: define CredentialAccessBoundary classes #793

Merged
merged 2 commits into from Jul 8, 2021
Merged

feat: define CredentialAccessBoundary classes #793

merged 2 commits into from Jul 8, 2021

Commits on Jul 2, 2021

  1. feat: define CredentialAccessBoundary classes

    Defines the following classes:
    - `google.auth.downscoped.CredentialAccessBoundary`
    - `google.auth.downscoped.AccessBoundaryRule`
    - `google.auth.downscoped.AvailabilityCondition`
    
    This is based on [Downscoping with Credential Access Boundaries](https://cloud.google.com/iam/docs/downscoping-short-lived-credentials).
    These classes help define the list of access boundary rules,
    each of which contains information on the resource that the rule
    applies to, the upper bound of the permissions that are available
    on that resource and an optional condition to further restrict
    permissions.
    bojeil-google committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    3bfa715 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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