zogoo

Results 11 issues of zogoo

/Users/user/.gem/gems/gssapi-1.2.0/lib/gssapi/lib_gssapi.rb:182: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18] -- Crash Report log information -------------------------------------------- See Crash Report log file under the one of following: * ~/Library/Logs/DiagnosticReports...

I'm getting following error when I write a simple test with existing (actual) SPNEGO token from AD "Negotiete YIIGUAYGKwYBBQUCoIIGRDCCBkCgMDAuBgkqhk ....". And it's working when I do some test with on...

**Describe the bug** A K8s environment with Istio TLS connection between pods. Without Istio injection "testkube" cannot connect to the actual test endpoint because TLS connection `Connection reset by peer`...

bug 🐛

**Describe the bug** It's not working even the sample collection file. https://kubeshop.github.io/testkube/getting-started/ ```bash kubectl testkube create test --file my_postman_collection.json --type postman/collection --name my-test-name kubectl testkube watch execution 62d10d38cf10983bda6c758e Getting pod...

bug 🐛

Current way to access SLO endpoint is a bit unpleasant way for ruby. Also, SP metadata contains multiple SLO endpoint with different bindings. IdP be should react based on `binding`....

breaking-change

The idea of this PR is that Gem should not care about how to store metadata. Because too much involving developer decisions makes this gem harder to maintain. https://github.com/saml-idp/saml_idp/issues/71 Let's...

enhancement
breaking-change

It seems like our README's sample configuration for SP makes people more confused. For example, the following questions are asked by other developers. 1. https://github.com/saml-idp/saml_idp/issues/152 2. https://github.com/saml-idp/saml_idp/issues/160 I have realized...

enhancement

TODO 1. Add test 2. Make it able to set SSL client verify mode.

wip

After I updated my code with the latest master branch update (openssl 1.1.1f and nginx 19.0.1). I cannot build my project. Does somebody know what is the reason? OS: OSX...

`create_token` method is allowing extra data but, `create_new_auth_token` is blocking that feature. And this will help users of this gem define their own logic with extra data.