Skip to content
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

Make RSA key length configurable #506

Merged
merged 37 commits into from
Oct 2, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    b2d77b7 View commit details
    Browse the repository at this point in the history
  2. adapted changelog

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4e665b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff3c3c View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cec6a8d View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e7d344c View commit details
    Browse the repository at this point in the history
  6. fmt

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c0f96c2 View commit details
    Browse the repository at this point in the history
  7. improve crd schema

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f2276c0 View commit details
    Browse the repository at this point in the history
  8. add comments

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b0d7ae8 View commit details
    Browse the repository at this point in the history
  9. yaml lint

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4f0fe53 View commit details
    Browse the repository at this point in the history
  10. add documentation

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a89ecd4 View commit details
    Browse the repository at this point in the history
  11. improvements

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    58f9773 View commit details
    Browse the repository at this point in the history
  12. fixes

    maltesander committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    abcd337 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    maltesander and sbernauer authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e89fc60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd123af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f00f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed80854 View commit details
    Browse the repository at this point in the history
  5. trailing whitespace

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0fefa56 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    maltesander and sbernauer authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a4ee380 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43edafe View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/make-tls-key-length-configurable' of github.com:st…

    …ackabletech/secret-operator into feat/make-tls-key-length-configurable
    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0c8b9d1 View commit details
    Browse the repository at this point in the history
  9. improve docs

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5fd3a46 View commit details
    Browse the repository at this point in the history
  10. fix clippy /test

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e048894 View commit details
    Browse the repository at this point in the history
  11. improve docs

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5506a75 View commit details
    Browse the repository at this point in the history
  12. fmt

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b1909e4 View commit details
    Browse the repository at this point in the history
  13. fix test

    maltesander committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1c9c728 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update rust/operator-binary/src/crd.rs

    Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    maltesander and sbernauer authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5873540 View commit details
    Browse the repository at this point in the history
  2. regenerate charts

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    24bf088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccbfa4b View commit details
    Browse the repository at this point in the history
  4. rename struct

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    077d2bb View commit details
    Browse the repository at this point in the history
  5. improve doc header

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    85ab8c4 View commit details
    Browse the repository at this point in the history
  6. Update deploy/helm/secret-operator/crds/crds.yaml

    Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
    maltesander and Techassi authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9a0b0b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    610cac8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/make-tls-key-length-configurable' of github.com:st…

    …ackabletech/secret-operator into feat/make-tls-key-length-configurable
    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9b114c3 View commit details
    Browse the repository at this point in the history
  9. improve docs

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a819d63 View commit details
    Browse the repository at this point in the history
  10. regenerate charts

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    18173d5 View commit details
    Browse the repository at this point in the history
  11. fix

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2ea7649 View commit details
    Browse the repository at this point in the history
  12. fix

    maltesander committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b36cb6d View commit details
    Browse the repository at this point in the history