Skip to content

Commit 0788d89

Browse files
authored
Merge branch 'master' into dependabot/docker/docker/spiffe/spire-agent-1.15.0
2 parents 1d3c97e + 6cc05cc commit 0788d89

10 files changed

Lines changed: 140 additions & 192 deletions

File tree

.github/workflows/palette-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
file ./dist/palette.db | grep -q SQLite
7777
7878
- name: Upload palette.db artifact
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v7
8080
with:
8181
name: palette-db
8282
path: backend/dist/palette.db

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ An interactive sandbox for exploring authentication and identity protocols. Exec
44

55
> Real flows against real infrastructure
66
7-
**Protocols:** OAuth 2.0 • OpenID Connect • SAML 2.0 • SPIFFE/SPIRE • SCIM 2.0 • Shared Signals (SSF)
7+
**Protocols:** OAuth 2.0 • OpenID Connect • SAML 2.0 • SPIFFE/SPIRE • SCIM 2.0 • Shared Signals (SSF) • OID4VP • OID4VCI
88

99
## Live Website
10-
10+
### Main
1111
**[protocolsoup.com](https://protocolsoup.com)**
1212

13+
### Documenation
14+
15+
**[docs.protocolsoup.com](https://docs.protocolsoup.com)**
16+
17+
### VC Wallet
18+
19+
**[wallet.protocolsoup.com](https://wallet.protocolsoup.com)**
20+
1321
---
1422

1523
## Quick Start

docker/Dockerfile.backend-spiffe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Runs the backend inside the agent container for proper workload attestation
33

44
FROM ghcr.io/spiffe/spire-agent:1.15.0 AS spire-agent
5-
FROM ghcr.io/spiffe/spire-server:1.14.6 AS spire-server
5+
FROM ghcr.io/spiffe/spire-server:1.15.0 AS spire-server
66

77
# Build backend
88
FROM golang:1.26.3-alpine AS backend-builder

docker/Dockerfile.spire-server.fly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - Extended CA TTL (90 days) for demo stability
77
# - x509pop attestation support for agent resilience
88

9-
FROM ghcr.io/spiffe/spire-server:1.14.6 AS spire-base
9+
FROM ghcr.io/spiffe/spire-server:1.15.0 AS spire-base
1010

1111
# Build health check server
1212
FROM golang:1.26.3-alpine AS health-builder

docs/starlight/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@astrojs/starlight": "^0.39.2",
12-
"astro": "^6.3.5",
12+
"astro": "^6.3.7",
1313
"sharp": "^0.34.5"
1414
},
1515
"overrides": {

0 commit comments

Comments
 (0)