github · GitHub Actions Docs
Actions Using an API gateway with OIDC - GitHub Docs
Configures GitHub Actions to authenticate with an API gateway using OpenID Connect (OIDC) to access resources within a private network.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Using an API gateway with OIDC - GitHub Docs
Configures GitHub Actions to authenticate with an API gateway using OpenID Connect (OIDC) to access resources within a private network.
When To Use
Use when you need to securely authenticate GitHub Actions workflows with an API gateway to access private network resources without using long-lived secrets.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-runners-using-an-api-gateway-with-oidc-github-doc-workflow-guide.md | A guide explaining how to configure GitHub Actions to connect to a private network using an API gateway and OpenID Connect. | Questions about a guide explaining how to configure GitHub Actions to connect to a private network using an API gateway and OpenID Co... |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage runners / - GitHub-hosted runners / - Connect to a private network / - Connect with OIDC
- Main sections:
Using an API gateway with OIDC.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-runners/github-hosted-runners/connect-to-a-private-network/connect-with-oidc
