cdk-multi-profile-plugin icon indicating copy to clipboard operation
cdk-multi-profile-plugin copied to clipboard

Adds multi profile/account, mfa and aws sso support to cdk apps

Results 11 cdk-multi-profile-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Thanks for that awesome plugin! Unfortunately it doesn't seem to work anymore with recent versions of CDK v2 RC (at least `2.0.0-rc.20`). It seems like some exports aren't available anymore....

The plugin apparently does no longer work with CDK 1.51.0 onwards. `cdk.json`: ``` { "app": "npx ts-node bin/infra.ts", "context": { "@aws-cdk/core:enableStackNameDuplicates": true, "aws-cdk:enableDiffNoFail": true, "@aws-cdk/core:newStyleStackSynthesis": true }, "plugin": ["cdk-multi-profile-plugin"] }...

It's easy to include the `#/` ending on the sso url (i.e. `https://MYORG.awsapps.com/start#/`) when configuring sso in aws, and it's not clear from any error message what's wrong (you'll get...

Is it possible to add the `arn` of a CloudFormation service role? It would be nice not to have to explicitly specify this for each account. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html

Hi, I can remember that I was using this plugin a year ago already. While it wasn't possible to specify the account-Id/Name relation it was possible to use cross account...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.22.0 to 2.80.0. Release notes Sourced from aws-cdk-lib's releases. v2.80.0 ⚠ BREAKING CHANGES eks: A masters role is no longer provisioned by default. Use the mastersRole property...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies