You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
The beat fails with the error Exiting: fail to create subscription: rpc error: code = PermissionDenied desc = User not authorized to perform this action. if it doesn't have the ability to create a subscription on the account, even if the subscription already exists.
As a user I expect to have the ability to configure the beat with a minimal set of permissions--ideally just subscribe--for security purposes and not have it create resources on my account.
The text was updated successfully, but these errors were encountered:
Add a configuration property that will skip attempting to create the
pubsub subscription.
For #13
Note the default subscriber role still will not work, minimal
permissions can be granted as described here
googleapis/google-cloud-node#1502 (comment).
The beat fails with the error
Exiting: fail to create subscription: rpc error: code = PermissionDenied desc = User not authorized to perform this action.
if it doesn't have the ability to create a subscription on the account, even if the subscription already exists.As a user I expect to have the ability to configure the beat with a minimal set of permissions--ideally just subscribe--for security purposes and not have it create resources on my account.
The text was updated successfully, but these errors were encountered: