Hi,
I have a question regarding the Connector secrets.
I recently created my own connector to link into Firebase Cloud Messaging.
One issue that I ran into is that to Authenticate against Firebase I need to use a JSON file which hosts a bunch of different credentials.
Currently I am injecting this JSON directly through a custom connector input. I would prefer to use secrets but the JSON as a whole is too long to use the secrets in a Camunda 8 Cloud Hosted Instance.
Unfortunately, one of the fields is also a “private key” which that on its own is also too long to us the secrets functionality.
Is there anything that I can do to get around this?
Thanks in advance!