-
Notifications
You must be signed in to change notification settings - Fork 45
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
[1.7.x] Role-based authentication not working on Community #129
Comments
shame the author of this plugin doesn't support it |
@chrismcg14 @carlosrfranco Could one of you please help get this verified/prioritized/tagged? It's been sitting for almost a year without any activity. |
Hi @thedoc31. AFAIK, to get the credentials for the role using the assumeRole property, the aws client will try to connect to the aws provider using credentials that should be set via environment variables or java system properties as we can check in the error message: |
@thedoc31 - Are you still running 4.8.0? That version was towards the end of it's support at the original post. If you can provide steps to reproduce on the current version we may be able to offer more specific assistance. |
Currently on 4.16.0. Can't move to 4.17+ or 5.x yet because of Rundeck Issue 8574 and Rundeck Issue 9038. I can definitely give it another try, though I doubt it'll be that different on 4.16.0 than it was on 4.8.0. For background on our architecture: When I remove the access key and secret key and specify the role I would like assumed, I receive the error message included above. The server does not currently have a locally stored |
Hi,
I'm running a self-hosted Rundeck Community v4.8.0 which is not hosted in Amazon, and I want to switch to using role-based authentication rather than the less-secure access key/secret key method. I started with ec2-nodes-plugin 1.7.0, which failed with [1]. I updated the plugin to the latest 1.7.6 today, but I still see the same error. As far as I can tell, there's nowhere for me to configure a
roleSessionName
or a profile name. I'm assumingroleArn
is using the value I've configured on the node source.The documentation isn't much help here as it makes it seem like role-based auth should work the same as the access key/secret key. The role has the same permission policy as the user account did. Any ideas?
[1]
The text was updated successfully, but these errors were encountered: