We are using rclone in rcd mode and creating remotes by sending post http requests .
Recently one of the user sent below request for GCS remote creation , and remote got created.
But rclone k8 pod kept on restarting as it could not parse the "project_number" in config file
How do we handle this scenario ? is there any way to avoid whole rclone down scenario?
Do we have any plan to move config from flat file database or something?
please advice.
I have tested and it works fine, I got below error.
"error": "update remote: invalid key or value contains \n or \r"
Is this validation going to be common for all the fields?
I think there are some remote types which takes key file content as input, for them we might need to allow /n right?
I could not test any specific scenario but just a point.