Skip to content

Commit 498631d

Browse files
committed
fix: final ansible changes
1 parent 4817771 commit 498631d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sre/roles/faults/tasks/inject_custom_expired_tls_certificates.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363

6464
- name: Display fault injection confirmation
6565
ansible.builtin.debug:
66-
msg: >
66+
msg: >-
6767
TLS certificate expiration fault injected successfully!
68-
68+
6969
Configuration applied:
7070
- Default certificate TTL: {{ spec.cert_ttl | default('1m') }}
7171
- Maximum certificate TTL: {{ spec.max_cert_ttl | default('2m') }}
7272
- Certificate rotation grace period: {{ spec.grace_period | default('30s') }}
73-
73+
7474
This will cause certificates to expire quickly, disrupting service mesh communication.
7575
Monitor your applications for TLS handshake failures and certificate validation errors.

sre/roles/incidents/files/specs/incident_301.yaml renamed to sre/roles/incidents/files/specs/incident_42.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
metadata:
33
complexity: High
4-
id: 301
4+
id: 42
55
name: Istio Service Mesh TLS Certificate Expiration
66
platform: kubernetes
77
spec:

0 commit comments

Comments
 (0)