I would like to set up a JDBC connection for an app in Google App maker without storing the username/password in the script.
I thought of doing this by storing this information in a spreadsheet that only I have access to. In this case, the developer would have to be used as the execution identity.
But I would actually like the app to run as the user so that I can use the user id to set access permissions/customize what is displayed, editable, etc.
So in summary I would like the app to run as the user but the JDBC connection to be established through my credentials, which should not be shared with anyone.
Is it possible to run different scripts within the same app as different execution identities? If not, what might be a solution to this?