feat(alloy): add journal relabeling and kottos integration on puck
Introduce structured journal relabel rules on puck to tag Pallas-managed
units with {service, project, component} labels matching the Mnemosyne
and Daedalus schema. Add kottos release variable and vault secrets
example entries for the new Pallas FastAgent runtime.
Remove the defunct mnemosyne syslog listener now that Mnemosyne ships
JSON logs via the docker-socket pipeline.
This commit is contained in:
@@ -99,3 +99,25 @@ vault_ntth_token_1_app_secret: changeme
|
||||
vault_ntth_token_2_app_secret: changeme
|
||||
vault_ntth_token_3_app_secret: changeme
|
||||
vault_ntth_token_4_app_secret: changeme
|
||||
|
||||
# Kottos (Pallas FastAgent runtime on puck)
|
||||
# vault_kottos_openai_api_key — API key for the OpenAI-compatible LLM
|
||||
# endpoint (nyx Qwen in Ouranos, varies
|
||||
# per environment). Set to any string
|
||||
# if the endpoint doesn't validate.
|
||||
# vault_kottos_github_pat — GitHub personal access token passed
|
||||
# into the github MCP Docker container
|
||||
# via GITHUB_PERSONAL_ACCESS_TOKEN env.
|
||||
# vault_kottos_angelia_bearer — Bearer token for the Angelia MCP
|
||||
# server (accepts the outgoing auth).
|
||||
# vault_kottos_mnemosyne_jwt — Long-lived team JWT minted in the
|
||||
# Daedalus admin UI → Settings →
|
||||
# Pallas Instances → kottos row →
|
||||
# "Reveal" or "Rotate". Mnemosyne
|
||||
# validates this on every search_memory
|
||||
# call and scopes results to the
|
||||
# workspaces attached to this team.
|
||||
vault_kottos_openai_api_key: changeme
|
||||
vault_kottos_github_pat: changeme
|
||||
vault_kottos_angelia_bearer: changeme
|
||||
vault_kottos_mnemosyne_jwt: changeme
|
||||
|
||||
Reference in New Issue
Block a user