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

Add Akeyless vaultless platform support for sigstore #1638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 26, 2024

  1. Add Akeyless vaultless platform support for sigstore

    Akeyless is a SaaS vaultless key management platform.
    This pr adds the ability to use Akeyless stored keys as signing keys.
    
    The default algorithm used is `RSA PKCS1.5`, however, `ECDSA256` is also supported.
    
    For more info see
    https://www.akeyless.io/
    
    #### Documentation
    To use:
    1. Set configuration file in /var/akeyless/conf/sigstore.conf
    ```
    akeyless_url="http://your.akeyless.gateway.url:8081"
    [auth]
    access_id="<your access key>"
    access_key="<your access id>"
    access_type="access_key"
    ```
    
    2. When setting key paths, use `akeyless://<key name>` as the key path.
    
    Signed-off-by: Rani Sharim <rani.s@akeyless.io>
    rani-sharim committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4d79f5a View commit details
    Browse the repository at this point in the history