external-dns
external-dns copied to clipboard
Do not expose the AWS role external id in the logs
Description
This change conceals the AWS ExternalId
from application logs to mitigate security risks, as exposing this identifier could enable attackers to exploit it for unauthorized cross-account access or privilege escalation.
Fixes https://github.com/kubernetes-sigs/external-dns/issues/4277
Checklist
- [ ] Unit tests updated
- [ ] End user documentation updated