readDockerSecret

Reads a single Docker secret with the given name.

Return

The value of the secret.

Author

Jan Müller

Parameters

name
The name of the secret.
fun readDockerSecret(name: String): String?