Global deployment variables
This sections provides information on the global deployment variables, their purpose, and maps each variable to the services that use them.
| Variable | Description | Services using this variable |
|---|---|---|
JWT_SIGNING_KEY |
Key used to sign the platform JWT token and validate incoming platform JWT tokens across services. |
|
PLATFORM_AGENT_SECRET |
Secret for wxa4z:platform:agent, used by the Authorization Service for agent
authentication. Example: |
|
AGENTS |
Environment configuration list updated to include the platform agent. |
|
AUTHZ_ID (STS key) |
STS key configured in application.yaml.
Example: |
|
AUTHZ_SECRET (STS secret) |
STS secret used by the Token Exchange Service; must match the value used by the Authorization
Service as STS-SECRET. |
|