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
How can we know the default AWSCredentials.properties file format?
Tried all combinations using quotes, doublequotes, no quotes e.g.:
accesskey = "mykey"
secretkey = "supersecret"
but we still receive an error:
The Node Source had an error:
java.lang.IllegalArgumentException: The specified file (/var/lib/rundeck/data/AWSCredentials.properties) doesn't contain the expected properties 'accessKey' and 'secretKey'.
The text was updated successfully, but these errors were encountered:
Hello!
How can we know the default AWSCredentials.properties file format?
Tried all combinations using quotes, doublequotes, no quotes e.g.:
but we still receive an error:
The text was updated successfully, but these errors were encountered: