-
Notifications
You must be signed in to change notification settings - Fork 4k
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
CDK Pipeline: URL for review in Manual Approval #32809
Comments
Hi @pitayapj , thanks for reaching out. AFAIU, Manual approval means pipeline will be paused waiting for human to resume it. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.ManualApprovalStep.html Apologies but I am not really sure I understand why you would want a URL and what URL for review would have ? Could you please help throw some more light here ? |
Hi @khushail That is why I want the URL in my use case, so who ever will manual approve pipeline can click to it to check diff before approving. URL for review actually is ExternalEntityLink parameter in aws cli, which is already available. Just appreciate if you guys can add it to CDK (if it's not too much trouble, notification ARN too would be awesome)
|
Thanks @pitayapj for sharing your usecase and the link- https://docs.aws.amazon.com/codepipeline/latest/userguide/structure-configuration-examples.html, referencing sample as well. This surely sounds useful to have. However I would seek team's input here as if its on their radar for future or something they would like to consider with given scenario. Marking it as P2 (as its good to have) which means it won't be immediately addressed by the team but would be on their radar and contribution from community are also welcome. |
Describe the feature
Hi,
ManualApprovalStepProps in CDK Pipeline only have comment property.
Can you guys add URL for review property ?
Thank you.
Use Case
Nothing directly related to feature request but since there is no diff check implemented in cdk pipeline yet,
I am current creating a website so I can check diff files exported to S3.
And ability to add my website URL in L3 construct would be much appreciated. (The ability are there, just need L3 construct update )
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: