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

feat!: support external KMS to secure GitHub App credentials #24

Merged
merged 1 commit into from
Oct 14, 2024

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
1 check failed
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.

1 participant