Carl Henrik Lunde
Carl Henrik Lunde
CODEOWNERS is also an option. For example we could be pinged any time someone makes a PR touching RDS, ElastiCache and SecurityGroups, and then maybe someone else could handle other...
I should make a PR for this, https://github.com/sparebank1utvikling/provider-aws/commit/b2c3c7ccb46095e1bc2485fed681c3443082ab27 I wonder if we should remove CloudwatchLogsExportConfiguration at the same time
I know ACLs are handled in Observe, as the API is not symmetric. It's not possible to get the ACL back in the same format as they are written in....
Do you have the failing log entry from cloud trail here? Are you talking about `iam:TagUser` / `iam:UntagUser`?
@haarchri yeah, I think that's a good idea, but I don't think I have much time this week.
Here is a list of all services currently supporting resource-based policies: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html
Another issue AWS normalizes `"Action": ["foo"]` to `"Action": "foo"`. Hack, but I'm sure we can simplify it: ```go singleElemArr := cmp.FilterValues(func(x, y interface{}) bool { switch v := x.(type) {...
@kelvinwijaya yeah, I think it's either * because you modified a generated file * or didn't run `make generate` after rebasing/with the same tools, or after a local change try...
@Bastichou, @dneves - see PR #181 for CREATE SCHEMA support (including owner). I think @negz is talking about a full fledged schema hero replacement (Table etc)
@jastang do you see what is missing here? Btw. do we need any secrets on the repo? e2e also fails with: Error parsing reference: "/provider-sql-controller:v0.5.0-8.g17ac685" is not a valid repository/tag:...