The brief
The Operations Centre routinely needed to hand out secrets (one-time passwords, RSA tokens, credentials for customer system access) and had no decent tool for it. The available options were email, chat, or shared spreadsheets. None of those passed a security review and none of them aged well.
What I did
Stood up a small AWS-hosted shared-secret application that took a secret in on one end and produced a one-time retrieval link on the other. Linked it into the Operations Centre's authentication so it was available across the team without per-tool credentials. Documented enough for the next engineer to operate it.
Why it mattered
The centre got off the worst credential-handover paths and onto something with retrieval logging and time-bounded links. The tool has been in continuous use across the team since.