Problem Description
An LLM, exploring cluster configuration in preparation for other work, ran omnictl get etcdbackups3configs -o yaml which printed the secretaccesskey in plaintext.
Solution
mark secretaccesskey (and similar fields) sensitive so omnictl get redacts by default, with an explicit flag to reveal, mirroring how the UI's Settings > Backups flow never re-displays the key.
Alternative Solutions
Implement a secret store and allow key access by reference
Notes
No response
Problem Description
An LLM, exploring cluster configuration in preparation for other work, ran
omnictl get etcdbackups3configs -o yamlwhich printed thesecretaccesskeyin plaintext.Solution
mark
secretaccesskey(and similar fields) sensitive soomnictl getredacts by default, with an explicit flag to reveal, mirroring how the UI's Settings > Backups flow never re-displays the key.Alternative Solutions
Implement a secret store and allow key access by reference
Notes
No response