Brett cave
Brett cave
Kubernetes offers extensible admission controllers - https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/ These are available in kubectl, e.g. `kubectl get mutatingwebhookconfigurations` (or `validatingwebhookconfigurations`). **Why is this needed**: these are objects that may be deployed in...
Not 100% sure of where the issue is, but it seems to come up with has_many associations. If I have a scope in a Foo model (where a user has_many:...
https://github.com/hashicorp/terraform-provider-aws/issues/6956 AWS Transfer Server Custom Hostname is configured by adding 2 tags to the Server: * `aws:transfer:customHostname` - e.g. "mytransferserver.mydomain.com" * `aws:transfer:route53ZoneId` - in the format "/hostedzone/" These tags can...
Considering that the model and rake tasks are generated into a project by the Gioco setup task, the only Gioco functionality that is left in the dependency gem are the...
From within a node directory, if docco-husky is run for files across sub-directories, then the reference to the style sheet is invalid if "./" is used as the prefix to...
I have configured garminplugin.xml as per the docs but I cannot sync my Edge 305 to Garmin Connect or Strava. The device is found in Strava, but just hangs when...
When using redisCluster with a list of non-local node, rediscluster will still try and connect locally. ``` val redisCluster = new RedisCluster(Seq("192.168.0.1:6379"): _*) { val keyTag: Option[KeyTag] = Some(NoOpKeyTag) }...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...