Joe Muro

Results 2 comments of Joe Muro

@rbuck-som I was struggling with the same: accessing aws backend to dynamically generate IAM credentials using jenkins app-role. In my case, the key was setting `engineVersion: 1`. The plugin was...

I was struggling with the same: accessing aws backend to dynamically generate IAM credentials. I was able to get it working in my pipeline using the following: ```groovy stage('Vault-Test') {...