Andrei Barbu

Results 5 comments of Andrei Barbu

we have a 2 step release process: 1. Perform a `taskcat test run` in an AWS `dev` account, using the config file in the root of the project. This will...

![aws-sf-stack-tree](https://user-images.githubusercontent.com/48005330/156030001-f9b28eaf-8960-491e-8d46-044354531f0e.png) this diagram represent the tree containing both nestedstacks and basic infrastructure objects our problem statement is: > during `update-stack` operations, the nested stack templates are downloaded from the S3...

to be replaced with: ``` [a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])? ```

hi @obriensystems , this allowed pattern should fix the issue: ``` ^(?!:\/\/)(?=.{1,255}$)((.{1,63}\.){1,127}(?![0-9]*$)[a-z0-9-]+\.?)$ ```

thanks @obriensystems, the issue comes from this default value: https://github.com/UiPath/Infrastructure/blob/ebfea9828e16ea7c0b807625e9784d651cb0965e/AWS/Orchestrator/templates/main.template.yaml#L934 which needs to be replaced with `quickstart-uipath-orchestrator`