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

feature: Organization Account Entities #335

Open
JustinPullen opened this issue Feb 21, 2025 · 1 comment
Open

feature: Organization Account Entities #335

JustinPullen opened this issue Feb 21, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@JustinPullen
Copy link

🔖 Feature description

I would love to see this plugin consider pulling Account information from an AWS Organization.

I want to use a service account or a role to pull all my Organization's Accounts so I can use them and their account information in my scaffolder templates via an Entity Picker.

🎤 Context

I work in a large organization with hundreds of accounts and would love to have this data accessible in my backstage instance, pulled directly from AWS.

✌️ Possible Implementation

I am most interested in the API call for "ListAccounts." It would be excellent if a processor could save that data as a resource with metadata.

@JustinPullen JustinPullen added the enhancement New feature or request label Feb 21, 2025
@niallthomson
Copy link
Contributor

Hi @JustinPullen this functionality actually exists upstream its just not documented:

https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-aws/src/processors/AwsOrganizationCloudAccountProcessor.ts

You'd use it like this:

catalog:
  processors:
    awsOrganization:
      provider:
        accountId: '1234567890' # AWS account ID where you query for the accounts
  locations:
  - type: aws-cloud-accounts
    target: <ORG ID>

At some point we probably want to get this reimplemented as a provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants