Skip to content

Commit

Permalink
Feature | adding martin.galeano user via AWS IdC (sso) (#502)
Browse files Browse the repository at this point in the history
* adding martin.galeano user via AWS IdC (sso)

* fixing circle-ci pipeline by commenting out sumologic collector step
  • Loading branch information
exequielrafaela authored Apr 21, 2023
1 parent 252cfe3 commit 0df10f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ workflows:
branches:
ignore: # only branches matching the below regex filters will run
- master
- sumologic/workflow-collector:
context: binbashar-org-global-context
# - sumologic/workflow-collector:
# context: binbashar-org-global-context
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PROJECT=bb
MFA_ENABLED=false

# Terraform
TERRAFORM_IMAGE_TAG=1.2.7-0.1.7
TERRAFORM_IMAGE_TAG=1.2.7-0.1.9
9 changes: 9 additions & 0 deletions management/global/sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ locals {
"devops",
]
}
"martin.galeano" = {
first_name = "Martin"
last_name = "Galeano"
email = "[email protected]"
groups = [
"administrators",
"devops",
]
}
}

#----------------------------------------------------------------------------
Expand Down

0 comments on commit 0df10f8

Please sign in to comment.