I'm using Google Auth Platform (though very little else in Google Cloud) and was wondering if it was possible to create OAuth clients and client secrets?
Looking at the package docs for google I can't help but think I'm either looking in the wrong place or missing something that is right in front of me.
My purpose here is to be able to automate use of client secrets end to end without having to manually pull down a secret and then take steps to send it where its needed (EKS in the first instance) - this is the universal challenge, how do I get secrets to let code work with resources that need secrets without first knowing the secrets... something that Pulumi helps solve. (And yes there may be a better way, be delighted to learn what it is...)