gcloud-auth-proxy

module
v0.0.0-...-359c0b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2024 License: Unlicense

README

Google Cloud Auth Proxy

latest tag image size

This is a software that provides Google-signed authentication tokens in several ways.

Currently, it supports the following token types.

Usecase

TBW

Usage

Deploy gcloud-auth-proxy as a sidecar with your application.

Container is available on ghcr.io/rinx/gcloud-auth-proxy:latest.

CLI flags are the followings.

Usage:
  gcloud-auth-proxy [flags]

Flags:
      --audience string                      default audience (required)
  -h, --help                                 help for gcloud-auth-proxy
      --host string                          server host (default "0.0.0.0")
      --port string                          server port (default "8100")
      --token-source-cache-duration string   token source cache duration (default "30m")
  -v, --version                              version for gcloud-auth-proxy
Endpoints
endpoint method description
/idtoken POST returns ID Token
/idtoken/proxy forwards HTTP request and appends ID Token to its header
/healthz health check endpoint
/readyz readiness check endpoint

Similar Projects

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL