Categorygithub.com/argentumcode/ara-cloud-run
repositorypackage
1.1.0
Repository: https://github.com/argentumcode/ara-cloud-run.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

ara(ARA records ansible) authentication proxy for Cloud Run

This is a wrapper program designed to access ara deployed on Cloud Run using service account authentication.

Installation

Download from Release page.

Usage

ADC(with Service account)

$ ara-cloud-run --cloud-run-url=https://ara-example.run.app -- ansible-playbook playbook.yml

With service account impersonatation

$ ara-cloud-run --cloud-run-url=https://ara-example.run.app --impersonate-service-account=service@example.iam.gserviceaccount.com -- ansible-playbook playbook.yml