[v11.3.x] Alerting: k8s receivers api encrypt existing unencrypted secureFields on update (#99849)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Yuri Tseretyan
2025-01-30 16:44:03 -07:00
committed by GitHub
co-authored by github-actions[bot]
parent 507f80c593
commit 120d198e42
7 changed files with 67 additions and 4 deletions
@@ -267,7 +267,7 @@ type ThreemaIntegration struct {
type VictoropsIntegration struct {
DisableResolveMessage *bool `json:"-" yaml:"-" hcl:"disable_resolve_message"`
URL string `json:"url" yaml:"url" hcl:"url"`
URL Secret `json:"url" yaml:"url" hcl:"url"`
MessageType *string `json:"messageType,omitempty" yaml:"messageType,omitempty" hcl:"message_type"`
Title *string `json:"title,omitempty" yaml:"title,omitempty" hcl:"title"`