Billy Keyes
Billy Keyes
Hey @SoulPancake, thanks for the suggestion. I think we can simplify this further by making one request with the `application/vnd.github.raw` content type, checking for the file size error, and then...
Hmm, I just tested this locally with the master version of the plugin and it worked fine. It seems like this was fixed already or is only a problem with...
While there is currently no way to pass arbitrary SSH options, `StrictHostKeyChecking` is always [disabled by the library](ssh/src/main/java/com/palantir/giraffe/ssh/internal/SshHostControlSystem.java). Would you like to change the value of this option or are...
It looks like this is simpler to implement than I thought: http://stackoverflow.com/questions/7953567/checking-if-unlimited-cryptography-is-available That said, I'm not sure where this check should be: SSH seems to generally work without these extensions,...
I think this actually means that Giraffe is setting the principal property to the incorrect value. According to the [javadoc](https://docs.oracle.com/javase/7/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html) the `sun.security.krb5.principal` property overwrites the value specified in the module...
I don't want to expose all parameters. Based on the [javadocs](https://docs.oracle.com/javase/7/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html), I think exposing the following could work: - `ticketCache` - `useKeyTab` + `keyTab` - `debug` I guess these would...
Make sure this can stream from either stdout, stderr, or the combination of both.
Original requested to better support automating our deployment service that modifies the user's `.bashrc` file when installing Postgres.
In particular, this request came from a lack of information on debugging Kerberos problems, which I don't actually have much experience with. I believe _Effective Giraffe_ already covers many other...
Thanks for the proposal. Could you share a bit more about the approval conditions for each of your rules and how they combine as part of the overall policy? What...