-
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
framework-integ: Support specification of awsPcaAuthorityArn
in framework integ tests
#32621
Comments
I guess you might need tricks like this? Lines 22 to 26 in 8718767
|
Yes, such a statement is required. However, there is no information in the documentation on which environment variable to use when specifying awsPcaAuthorityArn. Also, this environment variable is needed when performing CI, but I do not know what value to specify for which key. Therefore, I would like to ask for the following two things
|
Describe the issue
Currently, the following document on integ testing of the framework does not describe the specification of
awsPcaAuthorityArn
.https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk-testing/framework-integ/README.md
However, in the following MR that I am currently working on, I encountered a use case where I want to specify
awsPcaAuthorityArn
in the integ test.#32605
Therefore, I would like you to add support for specifying
awsPcaAuthorityArn
in integ tests.(I expect it will probably be in the form of adding an environment variable).
Thank you in advance.
Links
https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk-testing/framework-integ/README.md
The text was updated successfully, but these errors were encountered: