Arch Oversight

Results 47 comments of Arch Oversight

@ncabatoff Alright, so based upon your statement I tried compiling with no `CGO_ENABLED=1` set in the environment, and setting `BUILD_TAGS` to `netcgo`: ``` % BUILD_TAGS=netcgo make dev ==> Checking that...

> In the context of this particular issue, what was observed(1) was that setting `CGO_ENABLED=1` on MacOS forces `go` into an external linker mode (2), and will _try_ to use...

@Sn0wfreezeDev would you be able to share that documentation? In the paper on page 5, the following is mentioned: > Initially, each owner device generates a private–public key pair (d0,p0)...

> The specification that you cited from our paper is the one that is used in lost iPhones and MacBooks. Yes, I am somewhat hijacking the current topic of conversation,...

@olivere ``` { "_nodes" : { "total" : 3, "successful" : 3, "failed" : 0 }, "cluster_name" : "metrics-alerting", "nodes" : { "_Xw7OJ0KRFW5gMWjLEAqpg" : { "name" : "elastic02", "transport_address" :...

After spending some time spelunking through the official `elasticsearch-py` and `elasticsearch-transport-py` packages, which are the official Python packages from Elastic, it takes the initial node provided by the user and...

Sorry, I reviewed the Python packages as I was more familiar with Python. But the go driver is a lot less complicated! https://github.com/elastic/elastic-transport-go/blob/main/elastictransport/discovery.go#L125 sets the scheme to whatever the scheme...

The work-around of setting `JAVA_OPTS_APPEND` doesn't work on the `18.0.0-legacy` container as the flag is never used when executing the `/opt/jboss/keycloak/bin/add-user-keycloak.sh` script.

> There is some related errors when running keytool when setting up TLS such as putting certs in `/etc/x509/https`. Saw two different keytool errors: `keytool error: java.security.KeyStoreException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_SESSION_READ_ONLY` `keytool...

It seems that WebKit/Safari has now implemented this, see https://bugs.webkit.org/show_bug.cgi?id=213595. This broke an auth flow in Keycloak (an IdP) that was using onLoad to fire the WebAuthN for me personally....