-
-
Notifications
You must be signed in to change notification settings - Fork 6
Make RSA key length configurable #506
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b2d77b7
make key length configurable
maltesander 4e665b0
adapted changelog
maltesander 9ff3c3c
rename key length enum variants
maltesander cec6a8d
cargo fmt
maltesander e7d344c
fix unit tests
maltesander c0f96c2
fmt
maltesander f2276c0
improve crd schema
maltesander b0d7ae8
add comments
maltesander 4f0fe53
yaml lint
maltesander a89ecd4
add documentation
maltesander 58f9773
improvements
maltesander abcd337
fixes
maltesander e89fc60
Apply suggestions from code review
maltesander dd123af
set default key length to 2048
maltesander 9f00f66
adapt key length default and values
maltesander ed80854
use constants for key length
maltesander 0fefa56
trailing whitespace
maltesander a4ee380
Apply suggestions from code review
maltesander 43edafe
explicitly use serde default
maltesander 0c8b9d1
Merge branch 'feat/make-tls-key-length-configurable' of github.com:st…
maltesander 5fd3a46
improve docs
maltesander e048894
fix clippy /test
maltesander 5506a75
improve docs
maltesander b1909e4
fmt
maltesander 1c9c728
fix test
maltesander 5873540
Update rust/operator-binary/src/crd.rs
maltesander 24bf088
regenerate charts
maltesander ccbfa4b
bump tonic due to cargo deny
maltesander 077d2bb
rename struct
maltesander 85ab8c4
improve doc header
maltesander 9a0b0b8
Update deploy/helm/secret-operator/crds/crds.yaml
maltesander 610cac8
consistently switched to key pair instead of keypair
maltesander 9b114c3
Merge branch 'feat/make-tls-key-length-configurable' of github.com:st…
maltesander a819d63
improve docs
maltesander 18173d5
regenerate charts
maltesander 2ea7649
fix
maltesander b36cb6d
fix
maltesander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/modules/secret-operator/examples/secretclass-tls-key-length.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
apiVersion: secrets.stackable.tech/v1alpha1 | ||
kind: SecretClass | ||
metadata: | ||
name: tls | ||
spec: | ||
backend: | ||
autoTls: | ||
ca: | ||
secret: | ||
name: secret-provisioner-tls-ca | ||
namespace: default | ||
keyGeneration: # <1> | ||
rsa: # <2> | ||
length: 4096 # <3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.