starsz commented on code in PR #2608:
URL: https://github.com/apache/apisix-dashboard/pull/2608#discussion_r1007669441
##########
.github/workflows/backend-e2e-test.yml:
##########
@@ -44,6 +44,8 @@ jobs:
sed -i '[email protected]@0.0.0.0/0@' ./api/conf/conf.yaml
sed -i '/172.16.238.10:2379/a\ - 172.16.238.11:2379'
./api/conf/conf.yaml
sed -i '/172.16.238.10:2379/a\ - 172.16.238.12:2379'
./api/conf/conf.yaml
+ sed -i '[email protected]/0:[email protected]:9000@' ./api/conf/conf.yaml
Review Comment:
Since the `sed -i '[email protected]@0.0.0.0/0@' ./api/conf/conf.yaml` command
will change the original config
`redirect_url: http://127.0.0.1:9000/apisix/admin/oidc/callback` .
So this command is used to recover this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]