Skip to content
New issue

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

Automatically resolve File to base64 encoded value in configuration. #2441

Open
KrishnaST opened this issue Jul 19, 2024 · 0 comments
Open

Comments

@KrishnaST
Copy link

KrishnaST commented Jul 19, 2024

I want to serve binary files as values through configuration from config server.
e.g. The following configuration

keystoreFile='{file}'keystore.jks

Should be resolved to by reading content of mentioned file and converting to base64 before serving to client

keystoreFile=YWJjZGV...

This feature request is based on similar underlying need issues-490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants