When several secrets are resolved at the same time, the log lines can get mixed together. Because the SecretsDriver.Get() method does not attach any identifier to a request, it becomes hard to tell which log entry belongs to which secret resolution.
Adding a small request ID to the logs, and optionally logging how long each resolution takes, would make debugging clearer and easier
When several secrets are resolved at the same time, the log lines can get mixed together. Because the SecretsDriver.Get() method does not attach any identifier to a request, it becomes hard to tell which log entry belongs to which secret resolution.
Adding a small request ID to the logs, and optionally logging how long each resolution takes, would make debugging clearer and easier