Skip to content

YC IAM Token via Workload Identity Federation

Actions
GitHub Action issuing Yandex Cloud IAM Token
1.0.0
Latest
Star (0)

GitHub Action issuing Yandex Cloud IAM Token

The action issues new Yandex Cloud IAM token and puts it in the output.

Table of Contents

Usage

This action can be used in your workflow as follows:

- name: Get Yandex Cloud IAM token
  id: get-iam-token
  uses: docker://ghcr.io/yc-actions/yc-iam-token-fed:1.0.0
  with:
    yc-sa-id: aje***

GitHub JWT token will be used to authenticate the action. It will be exchanged for Yandex Cloud IAM token using the service account ID provided in the yc-sa-id input.

Action Inputs

Name Description
yc-sa-id Service Account ID

Action Outputs

Name Description
token Generated IAM token

Prerequisites

To perform this action, service account is required.

License Summary

This code is made available under the MIT license.

YC IAM Token via Workload Identity Federation 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 issuing Yandex Cloud IAM Token
1.0.0
Latest

YC IAM Token via Workload Identity Federation 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.