Skip to content

Conversation

@isometry
Copy link
Owner

@isometry isometry commented Oct 14, 2024

  • Add support for external KMS to secure private keys:

    • AWS KMS,
    • GCP KMS,
    • HashiCorp Vault.

    When using external KMS, the private key is stored in the KMS and all
    JWT signing operations are performed using the KMS API.

  • Refactor configuration to better align with support for external KMS.
    Configuration secret, file name and keys are updated to better reflect
    the new functionality.

  • Support full configuration via environment (best with KMS providers).

  • Re-enable HTTP2 by default.

  • Update Operator-SDK and dependencies to latest versions.

@isometry isometry requested a review from pcanilho October 14, 2024 20:26
* Add support for external KMS to secure private keys:

    - AWS KMS,
    - GCP KMS,
    - HashiCorp Vault.

  When using external KMS, the private key is stored in the KMS and all
  JWT signing operations are performed using the KMS API.

* Refactor configuration to better align with support for external KMS.
  Configuration secret, file name and keys are updated to better reflect
  the new functionality.

* Support full configuration via environment (best with KMS providers).

* Re-enable HTTP2 by default.

* Update Operator-SDK and dependencies to latest versions.
@isometry isometry force-pushed the feature/kms-signers branch from 8c69a1d to 52844c3 Compare October 14, 2024 20:30
@isometry isometry merged commit 85b8423 into main Oct 14, 2024
isometry added a commit that referenced this pull request Oct 14, 2024
* Add support for external KMS to secure private keys:

    - AWS KMS,
    - GCP KMS,
    - HashiCorp Vault.

  When using external KMS, the private key is stored in the KMS and all
  JWT signing operations are performed using the KMS API.

* Refactor configuration to better align with support for external KMS.
  Configuration secret, file name and keys are updated to better reflect
  the new functionality.

* Support full configuration via environment (best with KMS providers).

* Re-enable HTTP2 by default.

* Update Operator-SDK and dependencies to latest versions.
isometry added a commit that referenced this pull request Oct 14, 2024
* Add support for external KMS to secure private keys:

    - AWS KMS,
    - GCP KMS,
    - HashiCorp Vault.

  When using external KMS, the private key is stored in the KMS and all
  JWT signing operations are performed using the KMS API.

* Refactor configuration to better align with support for external KMS.
  Configuration secret, file name and keys are updated to better reflect
  the new functionality.

* Support full configuration via environment (best with KMS providers).

* Re-enable HTTP2 by default.

* Update Operator-SDK and dependencies to latest versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants