Where would it go? collection? data? A new document type? - If it's in the data document what reserved key is used? `auth`, `cred/s` There are currently no reserved keywords in data outside the envs. - If it's in the collection document you still need env based config e.g. oauth auth server, client keys/secrets ```yaml --- #data creds --- ``` Maybe it's a secret and it's left to the client to implement? - The downside is this data isn't capture and has to be created for each user
Where would it go? collection? data? A new document type?
auth,cred/sThere are currently no reserved keywords in data outside the envs.Maybe it's a secret and it's left to the client to implement?