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

Ensure data platform service accounts meet FAST requirements #2016

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

ludoo
Copy link
Collaborator

@ludoo ludoo commented Jan 28, 2024

This PR fixes #1314 by setting the prefix used in the data platform's example to 12 characters, which is the longest allowed in FAST multitenant stages.

Service account names which are too long will fail provider validation in the plan with an error similar to this one:

Error: "account_id" ("test-0123456789-orc-sa-df-build") doesn't match regexp "^[a-z](?:[-a-z0-9]{4,28}[a-z0-9])$"

@ludoo ludoo requested a review from wiktorn January 28, 2024 10:47
@ludoo ludoo enabled auto-merge (squash) January 28, 2024 10:47
@ludoo ludoo disabled auto-merge January 28, 2024 13:00
@ludoo ludoo merged commit 3b4b355 into master Jan 28, 2024
@ludoo ludoo deleted the ludo/issue-1314-b branch January 28, 2024 13:00
@ludoo ludoo added the incompatible change Pull request that breaks compatibility with previous version label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatible change Pull request that breaks compatibility with previous version on:blueprints on:FAST
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefix concatenation when using stages-multitenant results in prefix longer than 9 chars
1 participant