I have request from users to be able to connect to my datasets and table in BigQuery to fetch the data and manipulate it programmatically outside of GCP.
The situation now that I created a service account with credentials to view data and i share the JSON key of this service account with users in email.
I want to avoid users to use the key inside their code
best way to secure sharing this key with them