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

AES secrets encryption #2300

Closed
wants to merge 14 commits into from

Commits on Aug 20, 2023

  1. cleanup encryption code

    # Conflicts:
    #	cmd/server/flags.go
    #	cmd/server/server.go
    #	server/store/datastore/secret.go
    #	server/store/encryped/secret.go
    anbraten authored and zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a6f397a View commit details
    Browse the repository at this point in the history
  2. simplify EncryptedStore

    # Conflicts:
    #	server/store/encryped/secret.go
    6543 authored and zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    57586e4 View commit details
    Browse the repository at this point in the history
  3. next ...

    6543 authored and zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    32d7786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24e37f5 View commit details
    Browse the repository at this point in the history
  5. Changed AES service

    zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    72341b6 View commit details
    Browse the repository at this point in the history
  6. Moved encryption to plugins

    zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    02c04ca View commit details
    Browse the repository at this point in the history
  7. Cleaning up

    zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ee068e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    325850b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a444a3 View commit details
    Browse the repository at this point in the history
  10. Fixed documentation

    zc-devs committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ae2ccd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    f4ef1e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Made encryption service system-wide

    - secret's value encoding/decoding
    - public encryption service
    - encryption modes
    - migrations
    zc-devs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    09002eb View commit details
    Browse the repository at this point in the history
  2. Fixed NPE

    zc-devs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7b853e5 View commit details
    Browse the repository at this point in the history
  3. Fixed docs

    zc-devs committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    111e99c View commit details
    Browse the repository at this point in the history