Skip to content

feat: include AWS account ID in account display name#105

Open
c1-dev-bot[bot] wants to merge 1 commit into
mainfrom
epd-1644/expose-aws-account-id
Open

feat: include AWS account ID in account display name#105
c1-dev-bot[bot] wants to merge 1 commit into
mainfrom
epd-1644/expose-aws-account-id

Conversation

@c1-dev-bot
Copy link
Copy Markdown

@c1-dev-bot c1-dev-bot Bot commented Feb 26, 2026

Summary

  • Include the AWS account ID in parentheses alongside the account name in the resource display name
  • This applies to both SSO-enabled accounts (account.go) and IAM-only accounts (account_iam.go)
  • Makes account IDs visible and searchable in the ConductorOne app catalog for AWS SSO requests

Before: Production
After: Production (123456789012)

The account ID was already stored in the resource profile (aws_account_id) and used as the resource ID, but was not included in the display name that users see and search in the app catalog. This change surfaces it directly.

Test plan

  • Verify build passes (go build ./...)
  • Verify tests pass (go test ./...)
  • Deploy to staging and confirm account resources show both name and ID in the app catalog
  • Confirm account ID is searchable in the ConductorOne UI
  • Test with both SSO-enabled and IAM-only AWS Organizations configurations

Automated PR Notice

This PR was automatically created by c1-dev-bot as a potential implementation.

This code requires:

  • Human review of the implementation approach
  • Manual testing to verify correctness
  • Approval from the appropriate team before merging

Include the AWS account ID in parentheses alongside the account name
in the resource display name. This makes account IDs visible and
searchable in the ConductorOne app catalog for AWS SSO requests.

Before: "Production"
After:  "Production (123456789012)"

This applies to both SSO-enabled accounts (account.go) and
IAM-only accounts (account_iam.go).
@c1-dev-bot c1-dev-bot Bot requested a review from a team February 26, 2026 19:49
@linear
Copy link
Copy Markdown

linear Bot commented Feb 26, 2026

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.

0 participants