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

[ION-221] Default tags and assumeRole is not being used from app config #61

Closed
JanStevens opened this issue Mar 25, 2024 · 2 comments
Closed
Assignees

Comments

@JanStevens
Copy link
Contributor

JanStevens commented Mar 25, 2024

Hi,

Currently the following config will not set defaultTags for all created resources nor will it use the assumeRole

  app(input) {
    return {
      name: 'ion-example',
      removal: input?.stage === 'production' ? 'retain' : 'remove',
      home: 'aws',
      providers: {
        aws: {
          region: 'eu-west-1',
          profile: 'sst-dev',
          assumeRole: {
            roleArn: 'arn:aws:iam::xxxx:role/sst-deploy',
            sessionName: 'sst-deploy',
          },
          defaultTags: {
            tags: {
              Owner: 'JS',
              Project: `ion-example-${input.stage}`,
              Environment: input.stage,
              LUMIGO_TAG: input.stage,
            },
          },
        },
      },
    };
  },

Ref ProviderArgs


If you've already posted your issue on Discord, make sure to leave a link to it here.

ION-221

@JanStevens JanStevens changed the title Support all AWS ProviderArgs from pulumi Default tags and assumeRole is not being used from app config Mar 25, 2024
@thdxr
Copy link
Contributor

thdxr commented Mar 26, 2024

we're currently not merging this information in - will fix

@thdxr thdxr self-assigned this Mar 26, 2024
@thdxr thdxr added the linear Created by Linear-GitHub Sync label Mar 28, 2024
@thdxr thdxr changed the title Default tags and assumeRole is not being used from app config [ION-221] Default tags and assumeRole is not being used from app config Mar 28, 2024
@thdxr thdxr added linear Created by Linear-GitHub Sync and removed linear Created by Linear-GitHub Sync labels Mar 28, 2024
@thdxr
Copy link
Contributor

thdxr commented Mar 28, 2024

we believe this is fixed in 0.0.220

@thdxr thdxr closed this as completed Mar 28, 2024
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

No branches or pull requests

2 participants