Skip to content

♻️ Change the IAM role name for reports prototype#2387

Draft
jasonBirchall wants to merge 1 commit into
mainfrom
change-report-name
Draft

♻️ Change the IAM role name for reports prototype#2387
jasonBirchall wants to merge 1 commit into
mainfrom
change-report-name

Conversation

@jasonBirchall

Copy link
Copy Markdown
Contributor

Before this commit it is set to govuk-reports-govuk (the second govuk is the cluster name) , which doesn't make a lot of sense. This change adds the word prototype and removes the second govuk instance

Before this commit it is set to , which doesn't make a lot of sense. This change adds the word prototype and removes the second govuk instance

locals {
govuk_reports_service_account_name = "govuk-reports"
govuk_reports_service_account_name = "govuk-reports-prototype"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This should probably still include the cluster id/name, otherwise we'll get conflicts if we try to deploy it in an ephemeral cluster (which share an AWS account)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

so keep govuk-reports-govuk?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

it's a good point on ephemeral clusters.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

maybe remove the first govuk. Just so it doesn't make my skin crawl :p

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It'll say govuk-reports-prototype-govuk in most envs, yeah. But in Terraform it'll read in a less skin itching way at least

@jasonBirchall
jasonBirchall marked this pull request as draft April 20, 2026 16:11
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