Peter Zhu

Results 27 comments of Peter Zhu

Hello,I think you can config the lookupd address by using IP. When a lookupd instance gets rebuilt, you can update by using `PUT /config/nsqlookupd_tcp_addresses` interface. See nsq doc https://nsq.io/components/nsqd.html#put-confignsqlookupd_tcp_addresses.

Aha,@mreiferson I think I can contribute to this project. : )

It seems that the resources' key (366625380058008792) can't be found in etcd ?

> @starsz I have reopened this issue right now. > > Do you have time to check this bug? Sure. Let me have a check.

> The reason could be that the openid-connect plugin probably checks if the user requested URI is identical to redirect_uri and if that is the case assumes that user has...

I think we can improve the error log and status code at least. So I create an issue: https://github.com/apache/apisix/issues/6803

> Why should the admin of an APISIX gateway decide about the redirect_uri at all Yes, the best way is that the admin doesn't need to care about the redirect_uri....

> > ```shell > > 2020/10/10 06:47:45 [error] 26#26: *6045490 [lua] openid-connect.lua:163: phase_func(): failed to authenticate in openidc: request to the redirect_uri path but there's no session state found, client:...

> > > > > > > ```shell > > > > 2020/10/10 06:47:45 [error] 26#26: *6045490 [lua] openid-connect.lua:163: phase_func(): failed to authenticate in openidc: request to the redirect_uri path...

> > > Couldn't APISIX provide some generic auth callback endpoint that is automatically sent to the auth server > > > > > > Thanks @[david-woelfle](https://github.com/david-woelfle).It's a good idea....