We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A variable substitution can be a token or a environmental variable.
Can we also check if the variable is a file and read the contents of the file?
Example:
rsakey: ${"/home/my_login/.ssh/rsa_key.p8"}
The text was updated successfully, but these errors were encountered:
There is an existing proposal on the lightbend GitHub to support this type of functionality with a new include contents syntax.
rsakey: include contents("/home/my_login/.ssh/rsa_key.p8")
Sorry, something went wrong.
Additional discussions here:
https://groups.google.com/g/play-framework-dev/c/t2g-TWbqtzY
No branches or pull requests
A variable substitution can be a token or a environmental variable.
Can we also check if the variable is a file and read the contents of the file?
Example:
rsakey: ${"/home/my_login/.ssh/rsa_key.p8"}
The text was updated successfully, but these errors were encountered: