Patrik Lundin
Patrik Lundin
Hello, I was interested in being able to read a ticket cache on OSX and found issue https://github.com/jcmturner/gokrb5/issues/328 which is closed at this point. Being unable to reopen it I...
**Describe the bug** The default enctype set used when creating principals includes deprecated enctypes: https://github.com/heimdal/heimdal/blob/56b60a1a40022b651091933200dbefd087e32805/lib/hdb/keys.c#L79-L83 ... and... https://github.com/heimdal/heimdal/blob/56b60a1a40022b651091933200dbefd087e32805/lib/hdb/keys.c#L674-L679 and both RC4 and DES3 are considered deprecated, mentioned for example in...
**Describe the bug** I think this is where k5login_authoritative (KUSEROK_K5LOGIN_IS_AUTHORITATIVE) is getting its default value: https://github.com/heimdal/heimdal/blob/master/lib/krb5/kuserok.c#L500-L502 ``` if (krb5_config_get_bool_default(context, NULL, FALSE, "libdefaults", "k5login_authoritative", NULL)) ctx.flags |= KUSEROK_K5LOGIN_IS_AUTHORITATIVE; ``` It looks...
## What is your question? When implementing a storage backend the comment describing `Lock()` mentions the use of fencing tokens: https://github.com/caddyserver/certmagic/blob/9826a4c3549441ba6dddcfc5d561f097feb44e2a/storage.go#L108-L112 The way I understand this is that once you...
Hello, I am attempting to use Caddy for TLS termination in front of a Varnish cache server. The configuration for hooking up Caddy to Varnish looks like this: ``` reverse_proxy...
I noticed that running golint (https://github.com/golang/lint) will output a bunch of suggestions against master. Most of them are related to missing documentation comments for exported functions, but also some letter...
Hello, Trying out the library I looked at the example in the README and came up with this as a basic example for using a POST request: ``` package main...
# Kata version kata-runtime --version kata-runtime : 3.5.0 commit : 6a4ff08156f716db53def098e0506e43be9698c9 OCI specs: 1.1.0+dev # Description of problem Trying to setup container with multiple network interfaces using nerdctl will sometimes...
Hello, The information at https://ko.build/features/sboms/ tells you to display the generated SBOM using `cosign download sbom` and while this works the tool (and the docs the command links to on...
The FAQ has a note regarding "Why are my images all created in 1970?". When trying out ko for the first time recently I noticed the timestamp was indeed not...