Ryan Brainard

Results 20 issues of Ryan Brainard

POST'ing to http://axiomsso.herokuapp.com/services/samlIdp causes NPE: soapenv:Header/ soapenv:Body urn:generateSamlResponse urn:axiomSamlRequest urn:samlVersion_2_0/urn:samlVersion urn:issuerhttp://www.someissuer.com//urn:issuer urn:recipienthttps://saml.salesforce.com/urn:recipient urn:[email protected]/urn:userId urn:samlUserIdLocationSUBJECT/urn:samlUserIdLocation urn:attributeNameusername/urn:attributeName urn:attributeUrihttps://www.someattr.com/urn:attributeUri urn:base64EncodeResponsefalse/urn:base64EncodeResponse /urn:axiomSamlRequest /urn:generateSamlResponse /soapenv:Body /soapenv:Envelope soapenv:Envelope soapenv:Body soapenv:Fault soapenv:Server.userException java.lang.NullPointerException ns1:hostname6a9ce6ed-f7cf-4e32-9d54-16e19eb47ee6/ns1:hostname /soapenv:Fault /soapenv:Body /soapenv:Envelope...

Caused by:java.lang.ClassCastException: axiom.oauth.oauth1.Oauth1Context cannot be cast to axiom.oauth.oauth2.Oauth2Context at axiom.web.OAuth2WebFlowTester.getOauthContext(OAuth2WebFlowTester.java:94) at axiom.web.OAuth2WebFlowTester.redirectForAuthorization(OAuth2WebFlowTester.java:30)

Currently, you get something like this: ``` Branch origin/feature-x (6/37) --------------------------- Branch not merged. Commits on branch: ... [QUESTION] Branch not merged. Do you want to see a diff? (y/n)...

React Refetch has a lot of example snippets, but not a working complete example app. This is an ask to anyone out there who would like to create an example...

help wanted

Docs for changes in https://github.com/heroku/react-refetch/pull/96. Particularly for: - fetch, handleResponse, buildRequest and Request can now be set at the mapping level - every option can now be set at the...

docs

*I posted this on [libarchive-discuss](https://groups.google.com/d/msg/libarchive-discuss/BhIj9G2tC2g/gYNs21eYDAAJ) where @kientzle suspected this might be a bug and recommended I file an issue here:* I'm trying to extract an archive, but leave any existing...

Per the [gcr.io/distroless docs](https://github.com/GoogleContainerTools/distroless/blob/3fa91ba3a9f59cab0ca95e7abef7cf94e8b2c449/base/README.md#L7): > Statically compiled applications (Go) that do not require libc can use the `gcr.io/distroless/static` image Since this app is being compiled with `CGO_ENABLED=0`, this should be...

[`gnostic/openapiv2` lowercased their repo name](https://github.com/google/gnostic/pull/155), which is breaking the Docker build in this project: ``` $ docker build 'https://github.com/opsgenie/kubernetes-event-exporter.git#master' [+] Building 1.9s (8/9) => CACHED [internal] load git source https://github.com/opsgenie/kubernetes-event-exporter.git#master...

**What would you like to be added**: CRDs can have [`additionalPrinterColumns`](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#additional-printer-columns) with a [`priority`](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#priority) greater than 0, which controls if that column is shown by default. For example, `kubectl get`...

enhancement
area/ui

Similar to the GitHub interface (see example below), it would be nice to display annotations in the plugin. Even if there isn't space in the UI to display the details,...