File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -181,23 +181,24 @@ python main.py status --log-level DEBUG
181
181
182
182
Ensure all required environment variables are set in the .env file:
183
183
184
- Resource Thresholds:
185
- CPU_USAGE_THRESHOLD
186
- MEMORY_USAGE_THRESHOLD
187
- DISK_SPACE_THRESHOLD
188
-
189
- Key Management:
190
- EXPIRATION: Number of years before key expiration.
191
-
192
- Security:
193
- TOKEN_SECURITY: Token for secure API access.
194
-
195
- Email Notifications:
196
- SMTP_SERVER
197
- SMTP_PORT
198
- SMTP_USER
199
- SMTP_PASSWORD
200
- ALERT_RECIPIENT
184
+ Password KP Settings:
185
+ Password Key Pair (API-Token Mode):
186
+ API_URI: Password API mode base URI.
187
+ API_TOKEN_SECURITY: Password API mode token security.
188
+ API_TIMEOUT: Password API mode timeout.
189
+
190
+ Pasword Key Pair (Local Mode):
191
+ KP_PASSWORD: Password plain mode, used it or API vars.
192
+
193
+ Certificate Vault Settings:
194
+ CERT_EXPIRATION_YEARS: Number of years before key expiration.
195
+
196
+ Expiration Notifications Settings:
197
+ SMTP_SERVER: SMTP server address for sending emails.
198
+ SMTP_PORT: SMTP server port.
199
+ SMTP_USER: SMTP server username.
200
+ SMTP_PASSWORD: SMTP server password.
201
+ ALERT_RECIPIENT: Email address to receive expiration alerts.
201
202
202
203
## 📊 Logging
203
204
You can’t perform that action at this time.
0 commit comments