Tony DevOps
Tony DevOps
Definitely the hardest part of my migration from `kubernetes-external-secrets` to ESO was changing all of my secret keys to pass golang template validation. The other aspect was the lack of...
Tested with chef-client 12.6.0/12.14.89 and chef-rewind 0.0.9. We're trying to use unwind to remove some notifications from a declared resource, then redefining the resource with the correct attributes. However, the...
Tested with chef-client 12.6.0/12.14.89 and chef-rewind 0.0.9. We're trying to use unwind to remove some notifications from a declared resource, then redefining the resource with the correct attributes. However, the...
Thanks for creating this module! I noticed that the IOPS alarms were showing up as `Insufficient Data` caused by the `DBInstanceIdentifier` value being incorrect for these alarms.
We want to specify a group of users, rather than individual users, as a parameter for who should have access to a vault. e.g. given the group 'vault-administrators', which contains...
This code throws the error: ```dart var number = 23 as String; // throws "type 'int' is not a subtype of type 'String' in type cast" error number is String;...
This code fails when run in VScode as well as with the official Dart 2.14 and 2.18 docker images (the only ones I tried). Specifically, this block throws the error:...
This fixes the issue where setting GITHUB_USER to the same characters in a different case, causes the spurious error: `the specified owner doesn't match the identity associated with the given...
When using `aws:userId` with a role's unique ID but _without_ a wildcard, `policy.is_internet_accessible()` returns True. Change `AROAQXXXXXXYYYYYYZZZZ:foo` to `AROAQXXXXXXYYYYYYZZZZ:*` and it returns False for the check. _policy.json_ ```json { "Statement":...