Matt Moore

Results 18 comments of Matt Moore

@hoegertn the masking of sensitive information is done in the withCredentials() step: https://jenkins.io/doc/pipeline/steps/credentials-binding/: ``` The secret(s) will be masked (****) in case they are printed to the build log. This...

To be clear we don't need to create 'secret environment variables' but rather have the AWS secrets masked when ever they are printed to the log file. The environment variables...

That's why i linked the https://jenkins.io/doc/pipeline/steps/credentials-binding/ plugin source above as that plugin masks passwords if they are printed to the build log.

+1 on this as I believe this issue is blocking the popup displayed by `chrome.identity.getAuthToken({interactive: true}, (token, grantedscopes_ => { .... } )` which means no testing anything behind authentication...

@fedorareis I believe the point is to be able to write tests that confirm a user flow involving an extension popup works end to end. E.g. 1. Open extension tab...

@aslushnikov can our tests now interact with the `chrome.identity.launchWebAuthFlow()` authentication window? https://developer.chrome.com/docs/extensions/reference/identity/#type-WebAuthFlowDetails https://www.google.com/url?sa=i&url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F56360810%2Flogin-page-opened-with-identity-launchwebauthflow-doesnt-show-accounts-i-logged&psig=AOvVaw2yyoeXsZPUKW3uJwJjbCi8&ust=1676123954678000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCPiXmLmOi_0CFQAAAAAdAAAAABAE

Willing to help test and contribute to initial implementation of Catalog plugin i18n as we have a hard requirement at my department that all apps must be available in both...

@awanlin we are ready to start work on this. Is there any documentation or similar that we can use to get started?