Tyson Colby
Tyson Colby
Sure, I'll do that. I did scour the python wrapper some and see that it does not implement anything beyond the original snap7 library. On Mon, Feb 27, 2017 at...
See the discussion on [sourceforge](https://sourceforge.net/p/snap7/discussion/general/thread/359a47d2/?limit=25#c3e2) I duplicated the issue I was having with my python application by replicating it in C. Apparently there are certain types of error's, a TCP...
Similarly `step ca token --issuer ` should accept the `--console` argument. I suppose, more generically, anywhere you select an oidc provisioner one should be able to not leave the shell...
If you cal `step oauth` without any other arguments it uses `client_id=1087160488420-8qt7bavg3qesdhs6it824mhnfgcfe8il.apps.googleusercontent.com` which is owned by smallstep. Is this a bug/error? For the sake of generic and opensource, shouldn't the...
Hi, Mike, thanks for your feedback. Yes, this: > but then I realized there's no easy way to get the OAuth configuration details from the CA down to the step...
Great.. thanks for the hack @maraino . I just tried this and it works as you stated.
this does not work for me. ``` go install github.com/imthaghost/goclone@latest go: github.com/imthaghost/goclone@latest: module github.com/imthaghost/goclone@latest found (v1.2.0), but does not contain package github.com/imthaghost/goclone ```