-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 | Add new SSO users for binbashers onboarding #624
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rodriguez-matias
changed the title
feat: Add new SSO users for binbashers onboarding
Feature | Add new SSO users for binbashers onboarding
Aug 30, 2024
💰 Infracost reportMonthly estimate generatedEstimate details (includes details of unsupported resources and skipped projects due to errors)
|
TF apply╰─❯ leverage terraform apply
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# aws_identitystore_group_membership.default["ariel.jalil_devops"] will be created
+ resource "aws_identitystore_group_membership" "default" {
+ group_id = "64b8e4d8-2021-7077-f761-7e9cb2c9b7ea"
+ id = (known after apply)
+ identity_store_id = "d-906752b26f"
+ member_id = (known after apply)
+ membership_id = (known after apply)
}
# aws_identitystore_group_membership.default["federico.losso_devops"] will be created
+ resource "aws_identitystore_group_membership" "default" {
+ group_id = "64b8e4d8-2021-7077-f761-7e9cb2c9b7ea"
+ id = (known after apply)
+ identity_store_id = "d-906752b26f"
+ member_id = (known after apply)
+ membership_id = (known after apply)
}
# aws_identitystore_user.default["ariel.jalil"] will be created
+ resource "aws_identitystore_user" "default" {
+ display_name = "Ariel Jalil"
+ external_ids = (known after apply)
+ id = (known after apply)
+ identity_store_id = "d-906752b26f"
+ user_id = (known after apply)
+ user_name = "[email protected]"
+ emails {
+ primary = true
+ value = "[email protected]"
}
+ name {
+ family_name = "Jalil"
+ given_name = "Ariel"
}
}
# aws_identitystore_user.default["federico.losso"] will be created
+ resource "aws_identitystore_user" "default" {
+ display_name = "Federico Losso"
+ external_ids = (known after apply)
+ id = (known after apply)
+ identity_store_id = "d-906752b26f"
+ user_id = (known after apply)
+ user_name = "[email protected]"
+ emails {
+ primary = true
+ value = "[email protected]"
}
+ name {
+ family_name = "Losso"
+ given_name = "Federico"
}
}
Plan: 4 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_identitystore_user.default["ariel.jalil"]: Creating...
aws_identitystore_user.default["federico.losso"]: Creating...
aws_identitystore_user.default["federico.losso"]: Creation complete after 1s [id=d-906752b26f/e4485418-8011-70f3-dd97-1c729d9ed896]
aws_identitystore_user.default["ariel.jalil"]: Creation complete after 1s [id=d-906752b26f/c488e488-a021-70ac-7015-d5418e0a6e24]
aws_identitystore_group_membership.default["federico.losso_devops"]: Creating...
aws_identitystore_group_membership.default["ariel.jalil_devops"]: Creating...
aws_identitystore_group_membership.default["federico.losso_devops"]: Creation complete after 1s [id=d-906752b26f/74686448-f0c1-70e0-72b3-7eb47106ec9f]
aws_identitystore_group_membership.default["ariel.jalil_devops"]: Creation complete after 1s [id=d-906752b26f/2408e408-40f1-70eb-3b29-5761e4654252]
Releasing state lock. This may take a few moments...
Apply complete! Resources: 4 added, 0 changed, 0 destroyed.
|
Off-boarding Gonzalo GasperiniTF applyTerraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# aws_identitystore_group_membership.default["gonzalo.gasperini_devops"] will be destroyed
# (because key ["gonzalo.gasperini_devops"] is not in for_each map)
- resource "aws_identitystore_group_membership" "default" {
- group_id = "64b8e4d8-2021-7077-f761-7e9cb2c9b7ea" -> null
- id = "d-906752b26f/f4d8f4e8-c0b1-7027-50e8-6653cca19fa8" -> null
- identity_store_id = "d-906752b26f" -> null
- member_id = "74c8e418-3021-7046-4193-efbfff57952c" -> null
- membership_id = "f4d8f4e8-c0b1-7027-50e8-6653cca19fa8" -> null
}
# aws_identitystore_user.default["gonzalo.gasperini"] will be destroyed
# (because key ["gonzalo.gasperini"] is not in for_each map)
- resource "aws_identitystore_user" "default" {
- display_name = "Gonzalo Gasperini" -> null
- external_ids = [] -> null
- id = "d-906752b26f/74c8e418-3021-7046-4193-efbfff57952c" -> null
- identity_store_id = "d-906752b26f" -> null
- user_id = "74c8e418-3021-7046-4193-efbfff57952c" -> null
- user_name = "[email protected]" -> null
- emails {
- primary = true -> null
- value = "[email protected]" -> null
}
- name {
- family_name = "Gasperini" -> null
- given_name = "Gonzalo" -> null
}
}
Plan: 0 to add, 0 to change, 2 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_identitystore_group_membership.default["gonzalo.gasperini_devops"]: Destroying... [id=d-906752b26f/f4d8f4e8-c0b1-7027-50e8-6653cca19fa8]
aws_identitystore_group_membership.default["gonzalo.gasperini_devops"]: Destruction complete after 2s
aws_identitystore_user.default["gonzalo.gasperini"]: Destroying... [id=d-906752b26f/74c8e418-3021-7046-4193-efbfff57952c]
aws_identitystore_user.default["gonzalo.gasperini"]: Destruction complete after 0s
Releasing state lock. This may take a few moments...
Apply complete! Resources: 0 added, 0 changed, 2 destroyed. |
diego-ojeda-binbash
approved these changes
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Adding new sso users
[devops]
[off-boarding]
Why?
New binbash colaborators onboarding