Is it possible to access Google Secret Manager API via simple API call using API key?
https://secretmanager.googleapis.com/v1/projects/*/secrets/*?key=mykey
throws 401 unauthenticated. On the Node.js server powering the Angular app, I utilize client library, but there's no such thing for Typescript.
No. Secret Manager does not support API keys for authentication.