You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handling of credentials could be improved. Instead of directly providing the keys in
the plugin configuration.
Use the DefaultAWSCredentialsProviderChain
This means that you can use the .aws/credentials shared with the aws command line tool from Amazon. Really userfriendly. Perhaps it should be explicitly turned on by referring directly to
a AWS configuration profile name in a property.
Standard maven credential handling
it is possible to use the standard credential handling in Maven. For example in settings.xml you can write something like
The handling of credentials could be improved. Instead of directly providing the keys in
the plugin configuration.
Use the DefaultAWSCredentialsProviderChain
This means that you can use the
.aws/credentials
shared with theaws
command line tool from Amazon. Really userfriendly. Perhaps it should be explicitly turned on by referring directly toa AWS configuration profile name in a property.
Standard maven credential handling
it is possible to use the standard credential handling in Maven. For example in settings.xml you can write something like
and have a property where you can refer to the server definition id.
The text was updated successfully, but these errors were encountered: