Skip to content

Add Cloud IAM flag - #108

Merged
rkeene merged 1 commit into
mainfrom
feature/add-cloud-iam-auth-flag
Jul 28, 2026
Merged

rkeene merged 1 commit into
mainfrom
feature/add-cloud-iam-auth-flag

Conversation

@rkeene

@rkeene rkeene commented Jul 28, 2026

Copy link
Copy Markdown
Member

This change adds a flag for enabling Google Cloud IAM Authentication to Cloud SQL instances.


Note

Low Risk
Single optional TypeScript field on existing flags; behavior only changes when consumers explicitly set the new flag.

Overview
Adds optional cloudsql.iam_authentication ('on' | 'off') to the DBFlags type used by PostgresCloudSQL’s flags argument, so callers can turn on Google Cloud IAM database authentication when provisioning Cloud SQL Postgres.

No new provisioning logic was added: existing flag handling already forwards every flags entry to the instance’s databaseFlags, so this is a typed surface for a Cloud SQL database flag that was not previously exposed.

Reviewed by Cursor Bugbot for commit cfddaf0. Bugbot is set up for automated code reviews on this repo. Configure here.

@rkeene rkeene self-assigned this Jul 28, 2026
@rkeene rkeene added the gcp/sql label Jul 28, 2026
@sonarqubecloud

Copy link
Copy Markdown

@rkeene
rkeene merged commit 110a18a into main Jul 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant