-
Notifications
You must be signed in to change notification settings - Fork 9
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
Profile Support Not Working #6
Comments
Update - Turns out I have some profiles in You can see this in the above output where it gives the message |
It is currently vacation season here, but will check this in few weeks - when back at the office, unless Matti has spare time already. |
@mjallday I'm not sure if I understood the big picture, so sorry about this recap. So if you try directly by using access key and secret it works but if you use profile (which contains the key and secret) it doesn't, right? Hmmm... I'm using this tool daily with |
@milankinen If I understand the last comment by @mjallday correctly, he is trying to use a profile that does not contain Support for this type of profile got added to the AWS Java SDK with release 1.10.63:
As this project is currently using the AWS Java SDK version 1.10.59, updating that should automatically add the missing support for the new profile type. |
Using the AWS credentials directly works
AWS_ACCESS_KEY_ID=XXX AWS_SECRET_ACCESS_KEY=YYY mvn -f site-pom.xml deploy
Using AWS CLI with the profile works
Using the profile does not work
AWS_PROFILE=vg mvn -f site-pom.xml deploy
Extension is installed via
and
Any ideas here?
The text was updated successfully, but these errors were encountered: