Aaron Donovan

Results 5 issues of Aaron Donovan

Relates to #40 This integrates Artifact Binding support. I tried to make as few changes as possible. In my tests I was able to switch back and forth between post...

I started a similar project, https://github.com/amdonov/lite-idp, in 2015 including XML digital signatures. I came across yours when looking at the SAML code in https://github.com/coreos/dex. Your libraries are much more mature,...

Trying to follow the example project you mentioned in issue #1 WORKSPACE ``` http_archive( name = "bazel_sonarqube", sha256 = "336b9b9953257d927ba74ff9423f21b4d406be48dfcb7dc9ab21adedbc91709d", strip_prefix = "bazel-sonarqube-7b84f80f5d852cab94e8148cbf2255136078e466", urls = ["https://github.com/Zetten/bazel-sonarqube/archive/7b84f80f5d852cab94e8148cbf2255136078e466.zip"], ) load("@bazel_sonarqube//:repositories.bzl", "bazel_sonarqube_repositories") bazel_sonarqube_repositories()...

Forgive me if this has come up before. I didn't see an issue for it. I thought it would be cool to allow developers to load connectors from .so files...

Fixes #7081 **Description** In ISO regions the httpProtocolIPv6 feature is not supported. The current code correctly handles this by setting HTTPProtocolIPv6 to nil in unsupported regions. However, the EC2NodeClass spec...