Skip to content

Yandex Cloud Lockbox

Actions
GitHub Action to fetch secret from Yandex Cloud Lockbox
v2.0.0
Latest
Star (3)

GitHub Action to fetch secret from Yandex Cloud Lockbox.

The action fetches secret from Yandex Cloud Lockbox.

Table of Contents

Usage

    - name: Fetch secret
      id: lockbox-secret
      uses: yc-actions/yc-lockbox@v1
      with:
        yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}
        secret-id: e6q************

yc-sa-json-credentials should contain JSON with authorized key for Service Account. More info in Yandex Cloud IAM documentation.

See action.yml for the full documentation for this action's inputs and outputs.

Permissions

To perform this action, it is required that the service account on behalf of which we are acting has granted the lockbox.payloadViewer role or greater.

License Summary

This code is made available under the MIT license.

Yandex Cloud Lockbox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to fetch secret from Yandex Cloud Lockbox
v2.0.0
Latest

Yandex Cloud Lockbox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.