John Jelinek IV

Results 125 comments of John Jelinek IV

@nashley: and then rebuild or can I configure with the existing bin I got from apt-get?

I'm depending on a streaming webapi and don't want to build an intermediary server to convert the stream into a websocket. Also, I don't need full-duplex communication. — Sent from...

`(streaming-ajax url (fn [chunk] (println (parse-json-to-map chunk))) "GET")` Maybe something like this, but you'd need to see how that plays well with core.async. — Sent from Mailbox On Thu, Apr...

I am thinking about using cubbyhole as a replacement for KeePass/Lastpass to store secrets that I don't want others to have access to.

well, that won't work -- I logged in with ldap, got a token, saved to cubbyhole, and re-auth'd via the CLI and the cubbyhole was different (different token). I guess...

Thinking out loud: I'm wondering if maybe there's some place for the [transit](https://www.vaultproject.io/docs/secrets/transit/index.html) backend to be used here. Right now, if I wanted to replicate the functionality of KeePass/Lastpass, I...

@irvingpop / @tas50: I got this to work (vetted on Server 2019) by amending `vm_tools.rb`: ```ruby when 'vmware' # depends on `"tools_upload_flavor": "windows"` set in your builder powershell_script 'install vmware-tools'...

I'm not sure if there's a case in any of the bento templates to support `setup.exe` for 32-bit VMware tools. I'll leave that as an exercise to the reader.

Looks like this is trying to get addressed here https://github.com/chef/bento/commit/935a43042634e82c4098f243560263f4bf6a59a2

@tas50: what do you mean? It works phenomenally exactly as I listed above. I didn't have to do any additional shenanigans when referencing from the d: drive. Try adding the...