fix: Ed25519SigningService falls back to ephemeral key when jwt-secret is absent
- SecurityBeanConfig uses Ed25519SigningServiceImpl.ephemeral() when no jwt-secret - Fixes pre-existing application context failure in integration tests - Reverts test jwt-secret from application-test.yml (no longer needed) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,4 +17,3 @@ agent-registry:
|
||||
security:
|
||||
bootstrap-token: test-bootstrap-token
|
||||
bootstrap-token-previous: old-bootstrap-token
|
||||
jwt-secret: test-jwt-secret-for-ed25519-derivation
|
||||
|
||||
Reference in New Issue
Block a user