diff --git a/app/modules/aws/aws.py b/app/modules/aws/aws.py index 394ec322..4c4288fa 100644 --- a/app/modules/aws/aws.py +++ b/app/modules/aws/aws.py @@ -81,7 +81,6 @@ def aws_command(ack, command, logger, respond, client, body) -> None: aws_account_health.request_health_modal(client, body) case "users": users.command_handler(client, body, respond, args, logger) - # request_user_provisioning(client, body, respond, args, logger) case "groups": groups.command_handler(client, body, respond, args, logger) case _: diff --git a/app/modules/aws/users.py b/app/modules/aws/users.py index 5bcfe8d4..0acc3e1d 100644 --- a/app/modules/aws/users.py +++ b/app/modules/aws/users.py @@ -5,7 +5,7 @@ from modules.permissions import handler as permissions from integrations.slack import users as slack_users -AWS_ADMIN_GROUPS = os.environ.get("AWS_ADMIN_GROUPS", "").split(",") +AWS_ADMIN_GROUPS = os.environ.get("AWS_ADMIN_GROUPS", "sre-ifs@cds-snc.ca").split(",") help_text = """ \n *AWS Users*: