chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
# 2025-05-17-oauth-traefik-integration (index)
|
||||
dir: 2025-05-17-oauth-traefik-integration
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration (index)
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
|
||||
|
||||
## role
|
||||
Infrastructure integration package for deploying a Docker-based application behind an existing Traefik reverse proxy with OAuth authentication via Authentik.
|
||||
Archive of design documents and task tracking for integrating OAuth authentication with Traefik reverse proxy deployment
|
||||
## parent
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
## children
|
||||
- 2025-05-17-oauth-traefik-integration/specs
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: 2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# 2025-05-17-oauth-traefik-integration
|
||||
dir: 2025-05-17-oauth-traefik-integration
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
|
||||
|
||||
index: 2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Infrastructure integration package for deploying a Docker-based application behind an existing Traefik reverse proxy with OAuth authentication via Authentik.
|
||||
Archive of design documents and task tracking for integrating OAuth authentication with Traefik reverse proxy deployment
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
|
||||
- design.md | Design document for making a Docker-based application deployable behind an existing Traefik reverse proxy by removing hardcoded URLs and adding environment-based configuration | dep: Docker, Docker Compose, Traefik, Authentik, Python (config.py, auth.py), Vite (frontend)
|
||||
- proposal.md | Proposes architectural changes to externalize Authentik/domain configuration to environment variables and add Traefik reverse proxy deployment support.
|
||||
- tasks.md | A task tracking document for externalizing authentication/domain configuration, creating Traefik deployment, updating frontend config, and running verification tests.
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document outlining the plan to make an application deployable behind an existing Traefik reverse proxy by removing hardcoded URLs and making all external service endpoints configurable via environment variables. | dep: Docker, Docker Compose, Traefik, Authentik, Python (config.py, auth.py), Vite (frontend)
|
||||
- proposal.md | Proposes infrastructure changes to externalize Authentik/domain configuration via environment variables and add Traefik reverse proxy deployment support. | dep: docker-compose, traefik, authentik, python, vite
|
||||
- tasks.md | Tracks completion of infrastructure and configuration tasks for externalizing Authentik auth, adding Traefik reverse proxy support, and updating frontend/backend configuration.
|
||||
## arch
|
||||
Environment-driven configuration pattern replacing hardcoded URLs with externalized variables, plus reverse proxy integration using Traefik labels and Docker Compose deployment orchestration.
|
||||
Specification-driven infrastructure migration using environment-based configuration externalization pattern to decouple hardcoded service dependencies
|
||||
## tags
|
||||
traefik, design, configuration, .openspec, document, docker, reverse, proxy
|
||||
traefik, configuration, authentik, design, reverse, proxy, tasks, .openspec
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
+16
-16
@@ -1,25 +1,25 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs (index)
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs (index)
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
|
||||
|
||||
## role
|
||||
Contains specification documents and design requirements for the OAuth-Traefik integration feature
|
||||
Contains archived specification documents for an OAuth and Traefik integration feature planned for May 17, 2025.
|
||||
## parent
|
||||
index: 2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
|
||||
## children
|
||||
- 2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
|
||||
- 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
|
||||
- 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
|
||||
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains specification documents and design requirements for the OAuth-Traefik integration feature
|
||||
Contains archived specification documents for an OAuth and Traefik integration feature planned for May 17, 2025.
|
||||
## files
|
||||
## arch
|
||||
Documentation-driven development with structured specification files (likely markdown/asciidoc) defining system requirements, API contracts, and integration patterns before implementation
|
||||
Specification-driven design using dated archival structure for tracking feature requirements and technical design decisions.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
|
||||
## role
|
||||
Defines authentication requirements for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
|
||||
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
|
||||
## parent
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+7
-7
@@ -1,16 +1,16 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
|
||||
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines authentication requirements for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
|
||||
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
|
||||
## files
|
||||
- spec.md | Specifies modified requirements for OAuth2/OIDC authentication via Authentik and session security with httpOnly cookies | dep: Authentik, Traefik, OAuth2, OIDC
|
||||
- spec.md | Defines modified requirements for OAuth2/OIDC authentication with Authentik and session security using httpOnly cookies | dep: Authentik, Traefik, OAuth2/OIDC, JWKS
|
||||
## arch
|
||||
Specification-driven architecture with external identity provider delegation, token-based authentication flows, and cookie-based session security patterns.
|
||||
Specification-driven design using markdown-based requirements documents with focus on security patterns (OAuth2/OIDC flow, httpOnly cookie-based session storage).
|
||||
## tags
|
||||
oauth2, oidc, authentik, spec, specifies, modified, requirements, authentication
|
||||
oauth2, oidc, authentik, spec, defines, modified, requirements, authentication
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
|
||||
## role
|
||||
Defines Docker infrastructure specifications using behavior-driven development examples to validate environment configuration and service orchestration requirements.
|
||||
Defines infrastructure specifications for Docker-based deployment supporting OAuth and Traefik integration.
|
||||
## parent
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+6
-6
@@ -1,14 +1,14 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
|
||||
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines Docker infrastructure specifications using behavior-driven development examples to validate environment configuration and service orchestration requirements.
|
||||
Defines infrastructure specifications for Docker-based deployment supporting OAuth and Traefik integration.
|
||||
## files
|
||||
- spec.md | Defines modified requirements for Docker Compose setup and environment configuration using specification by example (Gherkin-style scenarios) | dep: Docker Compose, Traefik
|
||||
- spec.md | Defines modified requirements for Docker Compose setup and environment configuration documentation | dep: Docker Compose, Traefik, .env.example
|
||||
## arch
|
||||
Specification-by-example pattern with Gherkin-style scenarios for executable requirements, targeting Docker Compose-based infrastructure validation.
|
||||
Documentation-driven specification pattern using markdown-based requirements definition for container orchestration configuration.
|
||||
## tags
|
||||
spec, defines, modified, requirements, docker, compose, setup, environment
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
|
||||
## role
|
||||
Defines deployment specifications for Traefik reverse proxy infrastructure in a Docker Compose environment.
|
||||
Defines infrastructure-as-code specifications for deploying Traefik reverse proxy with OAuth integration via Docker Compose
|
||||
## parent
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
map: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+7
-7
@@ -1,16 +1,16 @@
|
||||
# 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
dir: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
|
||||
|
||||
index: 2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines deployment specifications for Traefik reverse proxy infrastructure in a Docker Compose environment.
|
||||
Defines infrastructure-as-code specifications for deploying Traefik reverse proxy with OAuth integration via Docker Compose
|
||||
## files
|
||||
- spec.md | Specifies requirements for Traefik Docker Compose deployment configuration and environment variable documentation | dep: Traefik, Docker Compose, Authentik, OIDC
|
||||
- spec.md | Defines requirements for Traefik Docker Compose deployment configuration with environment-based domain routing | dep: Docker Compose, Traefik, Authentik, OIDC
|
||||
## arch
|
||||
Infrastructure-as-specification pattern using markdown-based requirements documentation for containerized reverse proxy deployment.
|
||||
Specification-driven documentation pattern using markdown-based requirements definition for containerized deployment configuration
|
||||
## tags
|
||||
traefik, spec, specifies, requirements, docker, compose, deployment, configuration
|
||||
traefik, spec, defines, requirements, docker, compose, deployment, configuration
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user