mirror of
https://github.com/azaion/admin.git
synced 2026-06-21 11:41:09 +00:00
refactor: remove deploy.cmd and update Dockerfile for health checks
- Deleted the deploy.cmd script as it was no longer needed. - Updated Dockerfile to include curl for health checks and added a non-root user for improved security. - Modified health check command to use curl for better reliability. - Adjusted docker-compose.test.yml to reflect changes in health check configuration. - Cleaned up appsettings.json and removed unused configuration properties. - Removed Resource entity and related requests from the codebase as part of the architectural shift. - Updated documentation to reflect the removal of hardware binding and related endpoints. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,11 +5,4 @@ public class ResourcesConfig
|
||||
public string ResourcesFolder { get; set; } = null!;
|
||||
public string SuiteInstallerFolder { get; set; } = null!;
|
||||
public string SuiteStageInstallerFolder { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Master key used to AES-encrypt the per-resource <c>encryption_key</c> column at rest.
|
||||
/// Required by AZ-183 constraint "encryption_key must be stored securely (... or via
|
||||
/// application-level encryption)". Configure via <c>ResourcesConfig__EncryptionMasterKey</c>.
|
||||
/// </summary>
|
||||
public string EncryptionMasterKey { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user