-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
googlecloudpubsubreceiver: google.cloud.audit.Auth orizationInfo has no known field with JSON name permissionType #33400
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This is indeed an issue I've saw as well, I have the fix, but first this one needs to go through: #33247 (because I have a fix ontop of the this PR, as it will make the parsing configurable). The solution will be to disable the Protobuf based parsing (I want to get rid of that, it's not a good idea). The fix will be braking through, as the default will be just JSON based parsing. |
@alexvanboxel thanks for the quick response! I will keep an eye on the other issues then |
Thank you for the issue, now I have something to link the fix to. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
receiver/googlecloudpubsub
What happened?
Description
I have a logging sink exporting writing logs to a pubsub topic that the pubsub receiver is consuming from,
the logging sink inclusion filter is as follows:
below is the screenshot of the data in Cloud Logging, as you can see there is a
permissionType: "ADMIN_READ"
Expected Result
data to be exported to the internal logging system
Actual Result
data is not being exported to the internal logging system, and instead, I am having the following error in logs
"google.cloud.audit.AuthorizationInfo has no known field with JSON name permissionType"
Collector version
0.95.0
Environment information
Environment
GKE
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: