Reputation: 19486
I'm trying to configure IAM permissions for a data ingestion pipeline.
Unfortunately, as best as I can tell, the ingest IAM key will need updateData
on the table. This would allow a truncate
/update
statement.
Is there a way to restrict this key's permissions to just insert
only?
Upvotes: 0
Views: 49