Jascha Beste
Jascha Beste
So if you don't want to use the username/password login you can just give your Google User the admin role and do future permissions through that. I'm also adding the...
SSO and password users are handled separately, so you can have two user with the same email one for sso and one for username/password. SSO users also can't add a...
I think I've fixed most of the complaints from here in 0.4 😄 : - There should no longer be users with the same email - There is a default...
Hey, thanks a lot for the input! I'm gonna go through this one by one: > Add BSL or a similar license Simply went with MIT since I plan to...
@dc-95 How do you currently run any rails commands? Are you hosting your RoR code in containers via kubernetes? Or more barebones in VMs? How do you currently access it?...
@sandstrom same question to you if you have some time to go in detail about your current setup :)
> I'll just chime in that an interesting place to look would be: https://github.com/gravitational/teleport > > They recently announced a license change that'll make it harder for some folks to...
Currently I have one connection type for SQL databases (mysql and postgres). For any sort of bash access I'd add another type of connection that allows running shell commands. Now...
> I think this is a good assumption, and I'm not saying Kviklet should handle jump hosts necessarily I might add it eventually but just separating it for now from...
Just fyi: working on a kubernetes integration (like kubectl exec) in #83 now. Will still take a week or two before I have a mergeable first version though. Will look...