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!: Backup - set IAM conditions conditionally #616

Merged

Commits on Jul 12, 2024

  1. fix(backup): set IAM conditions conditionally

    IAM conditions can only be used to restrict access to DatabaseInstances
    or BackupRuns. They can't be used to restrict access to Database resources.
    
    The export workflow uses the `googleapis.sqladmin.v1.databases.list`
    call to gather all database names.
    
    This call fails with the error code 403: unauthorized when the IAM conditions are set.
    > The client is not authorized to make this request.
    dominikmueller committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c599e9b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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