Anyway to use !secret inside of "service_account.json" that is pulled into "google_assistant.yaml" by integration instructions?

Hello all,

Coud someone give me a bit of guidance on the subject? Is this possible? It doesn’t look like it is or maybe I have to do something a little different to make it work.

There are around 6 entries I would like to setup.

One example is:

ga_private_key_id: ################

which has been added to the secrets file.

Then I added

!secret ga_private_key_id

to the proper area within the service_account.json

json 3rd line of file:

    "private_key_id": !secret ga_private_key_id,

I’m sure this has something to do with this file looking at things in a “literal” sense but I don’t know how to get around it.

Thank you all for any guidance you can give or if I am going about this stupidly, possibly send me in another direction.

Thank you all again for your help!!