Ganesh Katakam

Results 15 comments of Ganesh Katakam

How can I check where it went wrong, because the same setup is working on another jenkins master

Is there any update on this one?

> > @dgokcin Sorry for the response late. > > No, I was using the ssh key, you just need to add your ssh key to the personal setting, don't...

I’m also getting similar output ```Step 11/35 : RUN apk add --no-cache glibc-${GLIBC_VER}.apk glibc-bin-${GLIBC_VER}.apk ---> Running in 2eef0326330d fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz (1/2) Installing glibc (2.34-r0) ERROR: glibc-2.34-r0: trying to...

@cilindrox Can you share the full dockerfile with extended FROM if possible 😊 I'm unable to do that step 😔 Or You can edit my dockerfile ``` # BASE IMAGE...

@haarchri No, I’m using the assumeRole based authentication ([click here](https://github.com/crossplane-contrib/provider-aws/blob/master/AUTHENTICATION.md#using-assumerole)), and the role I’m using has full IAM access. I was able to create role using aws cli assuming the...

@haarchri Normally we can assume a role directly to provision resources in AWS right. Will that not work here the same way. Is this `request temporary security credentials` what you...

I only have one provider config which I shared in the beginning. Sharing it here again. ``` apiVersion: aws.crossplane.io/v1beta1 kind: ProviderConfig metadata: name: test-customer spec: assumeRole: roleARN: "arn:aws:iam::xxxxxxxxxxx:role/test-customer-assume-role" externalID: "crossplane-aws"...