Add ManagedFields to returned config over GetConfig

This commit is contained in:
riccardom
2026-05-29 16:19:08 +02:00
parent 978a392453
commit 5255f5111b

View File

@@ -1556,6 +1556,7 @@ func (s *Server) GetConfig(ctx context.Context, req *proto.GetConfigRequest) (*p
EnableSSHRemotePortForwarding: enableSSHRemotePortForwarding,
DisableSSHAuth: disableSSHAuth,
SshJWTCacheTTL: sshJWTCacheTTL,
ManagedFields: cfg.Policy().ManagedKeys(),
}, nil
}