-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Added support for base64 encoded remote config, fixes #162 #163
Conversation
…ption address was returned to base64
Thank you for this contribution! I will need some time to review your changes. In the meantime, please adjust your PR according to the format/style checks in the CI. ❤️ |
remote_config_encoding
, fixes #162
remote_config_encoding
, fixes #162There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering the base64 file decoding fails silently and keeps the original file intact, I would prefer removing the requirement for enabling the decoding via remote_config_encoding
configuration option, and always apply the base64 decoding regardless of the file format.
Could you please remove any related logic and update this PR? Thanks. ❤️
Thanks again for the effort 🤩 |
❤️ |
Description
Added support for the configuration item remote_config_encoding. When the configuration item is "plain", it will not be processed. When the configuration item is "base64", it will attempt to base64 decoding of the subscription address.
Linked Issues
fixes #162
Additional context
This is my first PR.I tested my code ,but I don't know the workflow. If I am at fault, please correct me :)