Skip to content

Commit ae9039c

Browse files
committed
Merge MR 'fix: aws config' into 'main'
See merge request el-capitano/dotfiles!939
2 parents 13dc7d9 + 1d40b97 commit ae9039c

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

chezmoi/.chezmoiignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ installed-extensions.txt
1717
.config/fish/completion
1818
.config/fish/fishprof.txt
1919
.config/fish/fish_variables
20+
21+
# AWS
22+
.aws/config

chezmoi/dot_aws/config

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,3 @@ granted_sso_start_url = https://capitano.awsapps.com/start
3030
granted_sso_account_id = 963859772442
3131
granted_sso_role_name = AdministratorAccess
3232
credential_process = granted credential-process --profile capitano_prod
33-
34-
# ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗
35-
# ██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝
36-
# ██║ █╗ ██║██║ ██║██████╔╝█████╔╝
37-
# ██║███╗██║██║ ██║██╔══██╗██╔═██╗
38-
# ╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗
39-
# ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
40-
41-
[profile knmi-sre-prd-saml]
42-
output = json
43-
region = eu-west-1
44-
source_profile = knmi-saml-session-credentials
45-
role_arn = arn:aws:iam::381491837980:role/fid-meijn
46-
47-
[profile knmi-sre-dta-saml]
48-
output = json
49-
region = eu-west-1
50-
source_profile = knmi-saml-session-credentials
51-
role_arn = arn:aws:iam::654654538190:role/fid-meijn

0 commit comments

Comments
 (0)