Keith Palmer

Results 6 issues of Keith Palmer

**Describe the bug** We are running `mydumper` on a replica server, which has multiple masters. `mydumper` seems to be breaking replication, and I'm struggling to understand why or how it...

help wanted

The implementation here assumes that `nonce` is always present in the claim: https://github.com/jumbojett/OpenID-Connect-PHP/blob/master/src/OpenIDConnectClient.php#L922 ``` return (($claims->iss == $this->getIssuer() || $claims->iss == $this->getWellKnownIssuer() || $claims->iss == $this->getWellKnownIssuer(true)) && (($claims->aud == $this->clientID)...

Here in the code you can see the client_secret getting unset: https://github.com/jumbojett/OpenID-Connect-PHP/blob/master/src/OpenIDConnectClient.php#L706 ``` $token_params = array( 'grant_type' => $grant_type, 'code' => $code, 'redirect_uri' => $this->getRedirectURL(), 'client_id' => $this->clientID, 'client_secret' =>...

PHP 7.0.6 The line in question is this: ``` /** * @param $name * * @return Table */ public function getTableObject($name) { return $this->data[$name]; } ```

http://consolibyte.com/forum/viewtopic.php?pid=24679#p24679

We are using this lib to push a metric called `task_up` that has a number of labels: ``` # HELP chargeover_platform_task_up Whether or not this scheduled task is working correctly...