Skip to content

byoc: add Azure args to byoc provision command - #468

Draft
aiven-marko-rauhamaa wants to merge 2 commits into
mainfrom
aiven-marko-rauhamaa-IP-1059
Draft

byoc: add Azure args to byoc provision command#468
aiven-marko-rauhamaa wants to merge 2 commits into
mainfrom
aiven-marko-rauhamaa-IP-1059

Conversation

@aiven-marko-rauhamaa

@aiven-marko-rauhamaa aiven-marko-rauhamaa commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Add cloud identity options to byoc provision:

  • AWS: --aws-iam-role-arn
  • Google: --google-privilege-bearing-service-account-id
  • Azure: --azure-subscription-id, --azure-client-id,
    --azure-client-secret, --azure-tenant-id

The three groups are mutually exclusive; all four Azure args must be provided together.

Co-Authored-By: Claude noreply@anthropic.com

IP-1059

Add cloud identity options to byoc provision:

- AWS: --aws-iam-role-arn
- Google: --google-privilege-bearing-service-account-id
- Azure: --azure-subscription-id, --azure-client-id,
  --azure-client-secret, --azure-tenant-id

The three groups are mutually exclusive; all four Azure args must be
provided together.

Co-Authored-By: Claude <noreply@anthropic.com>

[IP-1059]
@aiven-marko-rauhamaa
aiven-marko-rauhamaa force-pushed the aiven-marko-rauhamaa-IP-1059 branch from b759e9a to bc44fa7 Compare August 1, 2026 11:17
@aiven-marko-rauhamaa aiven-marko-rauhamaa changed the title byoc: add --azure-subscription-id to byoc provision command byoc: add Azure args to byoc provision command Aug 1, 2026
Address new ruff rule violations surfaced by the 0.15.x upgrade:
collapse nested ifs, add ClassVar layout annotations, modernize
collection literals, and ignore PLR0917 for legacy positional APIs.

Co-Authored-By: Composer <noreply@cursor.com>
@aiven-marko-rauhamaa
aiven-marko-rauhamaa marked this pull request as ready for review August 1, 2026 21:30
@aiven-marko-rauhamaa
aiven-marko-rauhamaa requested review from a team as code owners August 1, 2026 21:30
@aiven-marko-rauhamaa
aiven-marko-rauhamaa marked this pull request as draft August 3, 2026 09:21
Comment thread aiven/client/cli.py
"--google-privilege-bearing-service-account-id",
help="The privilege-bearing service account that Aiven is authorized to impersonate to operate the cloud (Google)",
)
@arg("--azure-subscription-id", help="The Azure subscription ID where the BYOC infrastructure is deployed (Azure)")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message also lists pre-existing CLI options for other cloud providers as ones being added, which is a bit inconsistent with what's actually here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants