Closed
Description
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
- Was
ssh_key
provided?- Yes - > Use it
- No -> Is
create_ssh_key
set totrue
?- Yes -> Generate one
- No -> Do nothing