Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Established channel does not have a sufficient security level to transfer call credential." #69

Closed
atrauzzi opened this issue Aug 30, 2022 · 7 comments · Fixed by #86
Closed

Comments

@atrauzzi
Copy link

When following the PHP example, I end up getting the following message:

{ "message": "Established channel does not have a sufficient security level to transfer call credential.", "code": 16, "status": "UNAUTHENTICATED", "details": [] }

Is there something more that needs to be done when configuring the connection?

@atrauzzi
Copy link
Author

I also get Could not construct ApplicationDefaultCredentials

@aertje
Copy link
Owner

aertje commented Oct 23, 2022

It looks like the client does not respect the overriding configuration when constructed.

I haven't used the PHP client myself, perhaps @mehedimi who added the sample code can help out?

@mehedimi
Copy link
Contributor

In my case, I installed the grpc extension version grpc-1.35.0 by running pecl install grpc-1.35.0 and the issues were fixed.

@aertje
Copy link
Owner

aertje commented Jan 22, 2023

Did @mehedimi 's suggestion resolve your issue @atrauzzi ?

@atrauzzi
Copy link
Author

Apologies, I am no long working on the project where I encountered this issue, so I probably won't be able to recreate or recall the specific criteria.

@bacheson
Copy link

bacheson commented Feb 8, 2023

I'm having this same issue ... anyone find a solution that doesn't involve using a legacy version of grpc?

@bradjones1
Copy link
Contributor

This is fixed in the base Google Cloud PHP SDK at googleapis/google-cloud-php#5224.

Opened a PR for update to docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants