Darren Shepherd

Results 80 comments of Darren Shepherd

Can you provide a dump of the cert (not the private key). Like `openssl x509 -in cert.pem -noout -text` or the kubectl yaml output and just drop the key field?

Making a note to ensure that we handle the http to https redirect for apps that want https only.

As it stands right now all apps are ran in namespaces that have the baseline profile set (pod-security.kubernetes.io/enforce=baseline). If you wish to switch to the restricted profile do `acorn install...

@olljanat Docker allows non-root to bind to

We plan to add a feature like this. If you are not aware you can do `acorn run -o yaml ...` which will give you the YAML output of the...

Ah cool, I totally misunderstood your issue. I too would like this feature. There are three approaches I can think of to address this. 1. If your run command has...

The solution to this madness is usually to ensure the spec.cue enforces the schema better (this situation is a regexp for the string). If it passes spec.cue we go into...

When you run `acorn exec` you can optionally supply a "debug image". If you have a container that is running "FROM scratch" the debug image will be used to create...

This is a good idea. This would be the first need for a config file, but I'm sure there are more to come.

@cloudnautique This seems like it would simplify a lot of acorns you have built.