-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add var to allow a pre-generated SSH key to be passed to the ACM module #329
Comments
Would you want this to be the actual private key (contents) or a file path? I'm thinking contents would be more flexible (since you can always grab them from a file using |
Oh sorry, forgot to mention that. Yes, I think the ideal would be to pass in the content of the file since it provides more flexibility in where the config originates from |
@morgante what're your thoughts about completely replacing the I'm happy to take a stab at such a change if you want me to? |
I'd prefer to not remove the |
The current implementation of the ACM module only allows you to generate a new SSH key or not to create the git-secret at all. Ideally it should be possible to pass in an
ssh_key
variable as well, so you have the ability to pass in a pre-generated key.Something like this would be nice functionality
ssh_key
provided?create_ssh_key
set totrue
?The text was updated successfully, but these errors were encountered: