Omer Hamerman
Omer Hamerman
+1 I see the exact same behavior.
Asking everyone on this thread (and @kamilmysliwiec @weeco @spike008t @SqueezeToyAliens in particular) Any progress with this? It would be awesome to implement something of this kind on our own product....
I found the solution by going through with the Google provider setup steps 3,4 - although they clearly state it is only relevant if a granularity of groups and users...
@Jusshersmith I appreciate your response. Not really sure either as this came down to trail and error. Working on a blog post that will describe my real-life experience with implementing...
Hey @Jusshersmith just published my post helping ppl integrating the same way I did. Hope it helps and maybe @buzzfeed-api finds something in it... https://dev.to/omerxx/introduction-to-zero-trust-on-aws-ecs-fargate-38bl
Experiencing the same! Any ideas?
Thanks @LilDrunkenSmurf !
Hi guys, any hint about nvim setup? It's taking hours and I still can't figure it out. Can anyone provide an `init.vim` / `.vimrc` example of the `setup` function for...
Same here
Works for me like so: ```golang response, err := bot.Request(createInviteLinkConfig) if err != nil { return msg, err } var dat map[string]interface{} json.Unmarshal(response.Result, &dat) ```