feat(lab3): Add automatic user creation for System Admin and Tenant A…#72
Open
dfriveros11 wants to merge 4 commits intoaws-samples:mainfrom
Open
feat(lab3): Add automatic user creation for System Admin and Tenant A…#72dfriveros11 wants to merge 4 commits intoaws-samples:mainfrom
dfriveros11 wants to merge 4 commits intoaws-samples:mainfrom
Conversation
…dmin - Add TenantAdminEmailParameter to cognito.yaml and shared-template.yaml - Create CognitoTenantAdminUser automatically during deployment in PooledTenant user pool - Add CognitoTenantAdminUserGroup for tenant admins - Update deployment.sh to accept -e flag for admin email and -te flag for tenant admin email - Both users receive temporary passwords via Cognito email on deployment - System Admin user: username 'admin' in OperationUsers pool - Tenant Admin user: username 'tenant-admin-default' in PooledTenant pool with tenantId 'default-tenant' This allows immediate access to both Admin UI and Application UI without manual tenant registration.
i change the names for serverless-saas-workshop-lab2 to serverless-saas.
change names of PooledTenant-ServerlessSaaS-lab3-UserPool to PooledTenant-ServerlessSaaSUserPool and OperationUsers-ServerlessSaas-lab3-UserPool to OperationUsers-ServerlessSaaSUserPool
I change the names for serverless-saas-workshop-lab2 to serverless-saas.
This file contains hidden or 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
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.
Description
This PR adds automatic user creation for both System Admin and Tenant Admin during Lab3 deployment, eliminating the need for manual tenant registration to get started.
Changes
TenantAdminEmailParameterto cognito.yaml and shared-template.yamlCognitoTenantAdminUserautomatically during deployment in PooledTenant user poolCognitoTenantAdminUserGroupfor tenant admins-eflag for admin email and-teflag for tenant admin emailBenefits
User Details
adminin OperationUsers pool (for Admin UI)tenant-admin-defaultin PooledTenant pool with tenantIddefault-tenant(for Application UI)Usage