-
Notifications
You must be signed in to change notification settings - Fork 5
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
[WIP] [SECURESIGN-1464] & [SECURESIGN-1193] | Adding Custom Key, Custom Config and Sharding Support for CTlog #90
base: main
Are you sure you want to change the base?
Conversation
0b9f7b0
to
6c5c377
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for fixing the issue
@tommyd450 If you so wish, you could add a testdata folder and add this to our new user_provided scenario so it can be tested within our CI. Can be added in another PR once we finish up other user provisioned tickets though so no worries |
Will do |
b9599e1
to
862cc0c
Compare
@tommyd450 Please add new ctlog config to our docs since it can get pretty confusing for users with the whole setup |
9e25831
to
e1c5883
Compare
0e9ca68
to
dd5dd3a
Compare
12b4b33
to
f48b9b3
Compare
As it stands Keys can be added as a variable in roles/tas_single_node/defaults/main.yml.
Custom Config will follow soon but will need to add custom treeId specifications.
When testing ensure the keys and or config you provide are inputed like the following:
Update: Looking into creating a secret template so we can allow for easy management of keys within secrets removing the need to hardcode them within the config files.