Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Sep 30, 2024
1 parent 58f9773 commit abcd337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/helm/secret-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
default:
rsa:
length: 4096
description: The TLS algorithm and required configuration settings. Currently only RSA and key length of 2048, 4096 or 8192 bits can be configured.
oneOf:
- required:
- rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/secret-operator/pages/secretclass.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include::example$secretclass-tls-key-length.yaml[]
<2> `autoTls.ca.keyGeneration.rsa` specifies the RSA algorithm (RSA currently is the only one supported)
<3> `autoTls.ca.keyGeneration.rsa.length` specifies the amount of bits used for key or certs. Currently `2048`, `4096` and `8192` are supported.

Check notice on line 51 in docs/modules/secret-operator/pages/secretclass.adoc

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] docs/modules/secret-operator/pages/secretclass.adoc#L51

A comma may be missing after the conjunctive/linking adverb ‘Currently’. (SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA[1]) Suggestions: `Currently,` URL: https://languagetool.org/insights/post/linking-words/ Rule: https://community.languagetool.org/rule/show/SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA?lang=en-US&subId=1 Category: PUNCTUATION
Raw output
docs/modules/secret-operator/pages/secretclass.adoc:51:94: A comma may be missing after the conjunctive/linking adverb ‘Currently’. (SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA[1])
 Suggestions: `Currently,`
 URL: https://languagetool.org/insights/post/linking-words/ 
 Rule: https://community.languagetool.org/rule/show/SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA?lang=en-US&subId=1
 Category: PUNCTUATION

CAUTION: Using a key length higher than `2048` will significantly increase the computation time. If options higher than `2048` are choosen, the CPU
CAUTION: Using a key length higher than `2048` will significantly increase the computation time. If options higher than `2048` are chosen, the CPU
resources for the secret operator should be increased in order to avoid pods waiting for the computation of their key.

==== Certificate lifetime
Expand Down

0 comments on commit abcd337

Please sign in to comment.