Peter Chen

Results 8 issues of Peter Chen

Such that no auth is required to run `docker pull docker.pkg.github.com/istio-ecosystem/authservice/authservice:0.1.0-snapshot.1` This is a follow-up from https://github.com/istio-ecosystem/authservice/issues/12

[This library](https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient/3.1) is very old and needs to be replaced. Some examples of usage in our code: In `ExternalOAuthAuthenticationFilter.java` > import org.apache.commons.httpclient.util.URIUtil; ... > final String origin = URIUtil.getName(String.valueOf(request.getRequestURL())); And...

unscheduled

This PR is WIP. Creating the PR to run GitHub Actions on each commits.

unscheduled

### Description During the upgrade to UAA v77 from UAA v76 or below with canary deployment (where briefly both the new and the old UAA servers could be running), UAA...

unscheduled

## Steps to reproduce: 1. Deploy concourse with internal postgres server: ``` bosh -d my-deployment deploy ./cluster/concourse.yml \ -l variables.yml \ -l versions.yml \ -o ./cluster/operations/basic-auth.yml \ -o ./cluster/operations/backup-atc-colocated-web.yml \...

### The error The failure we see in test output is: ``` [FAILED] Expected : 3 to match exit code: : 0 In [BeforeEach] at: /go/src/github.com/cloudfoundry/cf-acceptance-tests/helpers/services/sso.go:46 ``` Which corresponds to...

A "debugg-ability" issue. ### current state The failure we see in test output is: ``` [FAILED] Expected : 3 to match exit code: : 0 In [BeforeEach] at: /go/src/github.com/cloudfoundry/cf-acceptance-tests/helpers/services/sso.go:46 ```...

- the value of "idpDefinitions.*" of /info response is in reality a String, not an array. Here is how it looks like: ``` "idpDefinitions": { "testsaml-redirect-binding": "http://localhost:8080/uaa/saml/discovery?returnIDParam=idp&entityID=cloudfoundry-saml-login&idp=testsaml-redirect-binding&isPassive=true", "testsaml-post-binding": "http://localhost:8080/uaa/saml/discovery?returnIDParam=idp&entityID=cloudfoundry-saml-login&idp=testsaml-post-binding&isPassive=true" },...

unscheduled