Skip to content

IAM Service login

Actions
Login to IAM using service credentials
v1.1.0
Latest
Star (5)

IAM Service login action

Description

Login to IAM using service credentials

Inputs

parameter description required default
service-id The IAM service id true notset
private-key The IAM service RSA private key true notset
region The IAM region to log into true us-east
environment The IAM environment to log into true client-test

Outputs

parameter description
token The IAM token
message An informational message about the request

Runs

This action is an docker action.

Example usage

on: [push]

name: test service tokens

jobs:
  test_token:
    name: Test service tokens
    runs-on: ubuntu-latest

    steps:
      - uses: philips-labs/iam-service-login@v1
        id: service
        with:
          region: us-east
          environment: client-test
          service-id: ${{ secrets.SERVICE_ID }}
          private-key: ${{ secrets.PRIVATE_KEY }}
      - name: Output masked token
        run: echo "The token is ${{ steps.service.outputs.token }}"

IAM Service login 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

Login to IAM using service credentials
v1.1.0
Latest

IAM Service login 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.