network-orchestration-for-aws-transit-gateway icon indicating copy to clipboard operation
network-orchestration-for-aws-transit-gateway copied to clipboard

Feature: Show Spoke Account Name in both approval email and the stno dashboard

Open alexelshamouty opened this issue 3 years ago • 0 comments

Description of changes:

When STNO receives a VPC/Subnet attachment and if approval is required. it dispaches an email to the network admin and it shows certain information in the web interface.

This information is missing the account name, and that makes it difficult for us to know where this request is coming from.

A few edits in the graphql schema, react and the stno state machine lambda should take care of that by calling Organisations().get_account_name on the passed spoke_account from the event.account.

If this information does not exist, stno will save None in the Dynamo DB table and it won't show anything in the Spoke Account Name in the web interface.

Kodus to @weargoggles for the idea

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alexelshamouty avatar Aug 15 '22 08:08 alexelshamouty