lsowen
lsowen
I think I was having the same issue. Are you trying to access the console not from the localhost? If so, take a look at the filter and whitelist options...
Any progress/movement on getting this issue fixed/closed?
@glerma are there any plans (or interest) in being able to specify grants for specific tables/sequences? For example, RoleA is read-only on all tables in the schema, except it should...
Looks like the underlying github client has support already: https://github.com/google/go-github/blob/59e8d177dc7711d2ae71e77291d27c573ef6c8e0/github/pulls_reviews.go#L147 It requires a reviewId, which is not currently captured in the webhook handler: https://github.com/palantir/bulldozer/blob/ce2222afdb7a9f92039df5a1e8461c812a93f5bd/server/handler/pull_request_review.go#L36-L65 Should it just iterate all comments...
@jlegrone I was just dealing with this. Do you know this historical reasons behind why change detection is disabled when using `--charts`?
Thank you @edgesite , fixed the issue I was running in to.
Hi @zcmarine, I've been looking for a while for a system to declaratively manage users, roles, and permissions for my postgres servers. My use case might be slightly different from...
A similar problem exists for running on AWS RDS. Might be useful (if not too difficult) to generalize the handling for "semi-limited" environments like Google Cloud SQL and AWS RDS?
looks like a duplicate of #3417