mirror of
https://github.com/certctl-io/certctl.git
synced 2026-09-25 21:59:03 +02:00
feat(M35): dynamic target configuration with encrypted config, test connection, and GUI updates
Mirror M34's dynamic issuer config pattern for deployment targets: AES-256-GCM encrypted config storage, sensitive field redaction in API responses, agent heartbeat-based test connection endpoint, and full frontend updates including test status indicators, source badges, and removal of stale hostname/status fields from the Target interface. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e19b8c95fe
commit
e6088c79a3
@@ -0,0 +1,5 @@
|
||||
-- Rollback migration 000010: Remove dynamic target configuration columns
|
||||
ALTER TABLE deployment_targets DROP COLUMN IF EXISTS encrypted_config;
|
||||
ALTER TABLE deployment_targets DROP COLUMN IF EXISTS last_tested_at;
|
||||
ALTER TABLE deployment_targets DROP COLUMN IF EXISTS test_status;
|
||||
ALTER TABLE deployment_targets DROP COLUMN IF EXISTS source;
|
||||
Reference in New Issue
Block a user