Permission denied encountered while consuming data from Kinesis.
This can happen if:
The provided aws_role_arn does not exist or does not have the
appropriate permissions attached.
The provided aws_role_arn is not set up properly for Identity
Federation using gcp_service_account.
The Pub/Sub SA is not granted the
iam.serviceAccounts.getOpenIdToken permission on
gcp_service_account.
PublishPermissionDenied
Permission denied encountered while publishing to the topic. This can
happen if the Pub/Sub SA has not been granted the appropriate publish
permissions
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The documentation covers various versions of the `Google.Cloud.PubSub.V1` library, specifically detailing the `IngestionDataSourceSettings.Types.AwsKinesis.Types.State` enum, ranging from version 2.3.0 to the latest 3.23.0."],["The `IngestionDataSourceSettings.Types.AwsKinesis.Types.State` enum defines the possible states for data ingestion from Amazon Kinesis Data Streams within the Google Cloud Pub/Sub v1 API."],["There are six defined states in the enum, which include `Active`, `ConsumerNotFound`, `KinesisPermissionDenied`, `PublishPermissionDenied`, `StreamNotFound`, and `Unspecified`, with descriptions of what each of them mean."],["The main document describes the different reasons for permission issues when publishing to a topic or consuming data from Kinesis."],["Version 3.23.0 is the most recent release in the provided documentation, while 2.3.0 is the oldest version displayed."]]],[]]