Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
context: ./authbridge/authproxy/quickstart/demo-app
dockerfile: Dockerfile

# Vault Fetcher - init container for fetching secrets from Vault
- name: vault-fetcher
context: ./authbridge
dockerfile: vault-fetcher/Dockerfile

steps:
# 1. Checkout code
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ All images are pushed to `ghcr.io/kagenti/kagenti-extensions/`:
| `spiffe-helper` | `authbridge/spiffe-helper/Dockerfile` | Fetches SPIFFE credentials from SPIRE |
| `auth-proxy` | `authbridge/authproxy/Dockerfile` | Example pass-through proxy (for demos) |
| `demo-app` | `authbridge/authproxy/quickstart/demo-app/Dockerfile` | Demo target service |
| **`vault-fetcher`** | **`authbridge/vault-fetcher/Dockerfile`** | **Init container for fetching secrets from Vault using SPIFFE identity** |

## Pre-commit Hooks

Expand Down
Loading
Loading