Hugues Alary
Hugues Alary
Instead of using, for example, a URL path like ".../expiry/3d/..." to determine if an ESI fragment, or a page should be saved in cache, and for how long, use the...
Using the new --xhyve-experimental-attach-image argument, one can specify a path to an existing disk image to attach to the virtual machine. For example: docker-machine create -d xhyve --xhyve-experimental-attach-image ~/myDiskImage.sparsebundle test...
Draft PR until some conversation happens. Specifically, with this PR, the example policy won't work without the end user looking at it and changing `CLUSTER_ID` to their cluster id/name. ##...
## Description The example policy, which is used by the `iam-role-for-service-accounts-eks` module, provided by the official aws-ebs-csi-driver is too lax (https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/example-iam-policy.json). This policy presents the following issues: It allows the...
In PHP 7, `session_start()` can take an `$options` array parameter [(php doc)](http://php.net/manual/en/function.session-start.php) Using this parameter with `Cm_RedisSession` will cause the `read()` function to increment the `lock` field of the redis...
This might not be the best. The weird thing is that `close()` doesn't provide the `session_id()` which we need to release the lock. This makes me think this isn't the...
What is the reasoning behind having `sshd` installed on this docker image? It would be better if this image simply shipped glusterfs and nothing else.
I noticed this repository hasn't seen much activity at all these past 2 years. Is the OAM spec still actively being developed and promoted?
This bug is caused by the relationship between the following components: * The `func (b *BundleBuilder) InitWorkspace(workspace string, runtimeValues map[string]string) error` function in `internal/engine/bundle_builder.go` * The `BundleBuilder.files` field * The...