Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

github-actions-jwt-test

This repository includes a GitHub Actions workflow that requests a GitHub OIDC JWT and uses it to open https://verify.sv.sandbox.pomerium.io.

Workflow

  • Workflow file: .github/workflows/pomerium-verify.yml
  • Triggered on every push and with manual workflow_dispatch
  • Requests id-token: write so the job can mint a GitHub OIDC JWT
  • Sends the JWT in the Authorization header to the target URL

Manual run

You can run the workflow manually and optionally override:

  • url (defaults to https://verify.sv.sandbox.pomerium.io)
  • audience (defaults to https://verify.sv.sandbox.pomerium.io)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors