Below you will find pages that utilize the taxonomy term “konippi”
April 8, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.2.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates scoped installation access tokens for GitHub Apps by securely signing JSON Web Tokens (JWT) using AWS Key Management Service (KMS). It eliminates the need to store private keys in GitHub Secrets, enhancing security by keeping private keys within the AWS KMS boundary.
April 7, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Create GitHub App Token (AWS KMS), generates installation access tokens for GitHub Apps using AWS Key Management Service (KMS) for secure JWT signing. It eliminates the need to store private keys in GitHub Secrets by delegating JWT signing to the AWS KMS Sign API, ensuring private keys remain securely within the HSM boundary.
April 6, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the creation of installation access tokens for GitHub Apps by leveraging AWS KMS for secure JWT signing. It eliminates the need to store private keys in GitHub Secrets by using AWS’s Sign API, ensuring that private keys remain securely within the HSM boundary.