Hi,
I am new into Pivotal with GCP, i have one requirement where the binded service (GCP Pub Sub) to my app need to be receive messages over gcp pubsub push service. so do this i have executed the following steps.
2) Now in my app environment variable i have found the required information, like email, private key etc are populated properly.
3) now to create subscription, i have used goocle pub sub client java api & tried to use the email & the private key fetching from application environment VCAP variables.
Unfortunately nothing is working, system complains its not pcks#8 type of key. I am not getting post the commands executed in pivotal cli console the private key information which auto populated are of what type & how this key need to pass to google for authentication. i have tried to search possible solution but no post found any where in google. can any one guide me how i can able to access gcp pubsub topic from pivotal using google api.