Mario

Results 19 comments of Mario

I just signed up for the newsletter...we'll see if I get any. Looks like a twitter did happen: https://twitter.com/awesome__re I also think an API is really a sweet idea. Programmatic...

Actually, don't do that (include mysql inside). You're really going to need to do everything the install script does in the Dockerfile. The idea is that when they go to...

I tend to agree with @eduncan911 on that. I've decided not to use this or else it breaks compatibility for those clients. I think the best solution to this problem...

This would be nice, although, you could through nginx/haproxy or something else in front. I did some work [recently](https://github.com/InAnimaTe/docker-nginx-ssl) with importing SSL certs and keys through env variables. This might...

Hmm. So I actually just deployed Dillinger at my workplace as we obviously want something like this to be internal for obvious reasons. My co-workers and I were literally just...

In relation to your comment about curl, I did find a command that utilizes curl and awk to pull out cert related information; not clean though: ``` └[~]> curl --insecure...

Looking at this a bit more, I'm dumb ;) What I'm effectively asking here is some persistence out-of-band for LE user credentials so they can be utilized in the future...

^yeah that's definitely a way to do it. Kinda waiting on https://github.com/Yelp/bravado-core/pull/63

Hmm I thought I had seen a few applications that already supported this. I can't think of them atm but if I come across them again, I'll share. Could you...

Ok with the help of the tectonic guys, looks like I was able to get this working using an already existing `user` cluster role and binding that to the `ServiceAccount`...