mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-10 14:08:53 +00:00
Revert "chore: drop 'Infisical' label from internal references"
This reverts commit 19706e56b3.
This commit is contained in:
@@ -16,8 +16,8 @@ import "time"
|
||||
// Once terminal, the row is immutable; the audit_events table is the
|
||||
// durable record of who approved + why.
|
||||
//
|
||||
// Rank 7 of the 2026-05-03 deep-research deliverable
|
||||
// (cowork/deep-research-results-2026-05-03.md Part 5). Closes the
|
||||
// Rank 7 of the 2026-05-03 Infisical deep-research deliverable
|
||||
// (cowork/infisical-deep-research-results.md Part 5). Closes the
|
||||
// "two-person integrity / four-eyes principle" procurement gap for
|
||||
// PCI-DSS Level 1, FedRAMP Moderate / High, and SOC 2 Type II
|
||||
// customers.
|
||||
|
||||
@@ -124,8 +124,8 @@ type RenewalPolicy struct {
|
||||
// the dispatch site (closed-enum discipline; we do NOT dynamically
|
||||
// grow Prometheus cardinality on a typo).
|
||||
//
|
||||
// Rank 4 of the 2026-05-03 deep-research deliverable
|
||||
// (cowork/deep-research-results-2026-05-03.md Part 5).
|
||||
// Rank 4 of the 2026-05-03 Infisical deep-research deliverable
|
||||
// (cowork/infisical-deep-research-results.md Part 5).
|
||||
AlertChannels map[string][]string `json:"alert_channels,omitempty"`
|
||||
|
||||
// AlertSeverityMap maps each threshold-day value to its severity
|
||||
|
||||
@@ -215,8 +215,8 @@ const (
|
||||
// TargetTypeAWSACM deploys certificates to AWS Certificate Manager
|
||||
// (ACM) — the public AWS service that ALB / CloudFront / API
|
||||
// Gateway / App Runner consume by ARN. Rank 5 of the 2026-05-03
|
||||
// deep-research deliverable
|
||||
// (cowork/deep-research-results-2026-05-03.md Part 5). See
|
||||
// Infisical deep-research deliverable
|
||||
// (cowork/infisical-deep-research-results.md Part 5). See
|
||||
// docs/connectors.md "AWS Certificate Manager" section for the
|
||||
// operator playbook including minimum IAM policy + atomic-rollback
|
||||
// contract.
|
||||
@@ -224,7 +224,7 @@ const (
|
||||
// TargetTypeAzureKeyVault deploys certificates to Azure Key Vault —
|
||||
// the Azure-managed cert store that Application Gateway / Front
|
||||
// Door / App Service / Container Apps consume by KID URI. Rank 5
|
||||
// of the 2026-05-03 deep-research deliverable. See
|
||||
// of the 2026-05-03 Infisical deep-research deliverable. See
|
||||
// docs/connectors.md "Azure Key Vault" for the operator playbook
|
||||
// including minimum RBAC role + atomic-rollback + Azure-version
|
||||
// semantics.
|
||||
|
||||
@@ -87,7 +87,7 @@ type CertificateProfile struct {
|
||||
//
|
||||
// Backed by certificate_profiles.requires_approval added in
|
||||
// migration 000027_approval_workflow. Rank 7 of the 2026-05-03
|
||||
// deep-research deliverable.
|
||||
// Infisical deep-research deliverable.
|
||||
RequiresApproval bool `json:"requires_approval,omitempty"`
|
||||
|
||||
Enabled bool `json:"enabled"`
|
||||
|
||||
Reference in New Issue
Block a user