Matt Dainty
Matt Dainty
> Hi @bodgit, as the author of #144, would you be able to verify this PR does not break your use case with Kerberos support? We've actually almost entirely migrated...
I've created a package that implements this interface. It can use this gokrb5 package, the C-based GSSAPI bindings, or the Windows SSPI framework. It's available here: https://github.com/bodgit/sshkrb5
I've created a package that implements this interface. It can use this gokrb5 package, the C-based GSSAPI bindings, or the Windows SSPI framework. It's available here: https://github.com/bodgit/sshkrb5
I'm experiencing the same problem, but it just seems to happen any time I run `pdk test unit` or `pdk update`, basically anything that triggers the "Installing missing Gemfile dependencies."...
Where does it show up as Ubuntu for you? I thought I had the same issue, as it shows up in the `osquery_info` table as Ubuntu Xenial but that's the...
@zwass that doesn't really help as it's the list of platforms I'd like to change, not the labels, sorry if that wasn't clear. For example, I don't have any Ubuntu...
Maybe I just want fancy icons :laughing: Given I have Windows, CentOS and RHEL hosts it would be nice to be able to remove/hide the macOS and Ubuntu labels and...
> Doing this in `~/.rvmrc` finally did it for me: > > ``` > export RUBY_CFLAGS=-DUSE_FFI_CLOSURE_ALLOC > export rvm_configure_flags="--with-openssl-dir=/opt/local/libexec/openssl11/" > export LDFLAGS="-L/opt/local/libexec/openssl11/" > export CPPFLAGS="-I/opt/local/include/openssl-1.1" > export PKG_CONFIG_PATH="/opt/local/libexec/openssl11/lib/pkgconfig" > ```...
The workaround to use cert-manager isn't working 100% with ArgoCD as it's showing the two webhooks permanently out of sync. The problem I think is that the Helm chart is...
I'll delete my fork of the repo and keep an eye on your PR then :smile: