Skip to content

Commit

Permalink
chore: update docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ICKelin committed Sep 3, 2024
1 parent fa69166 commit a3bffda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
restart: always
volumes:
- ./gateway_conf:/opt/apps/zta/etc
- ./web:/opt/apps/zta/web
network_mode: host
environment:
TIME_ZONE: Asia/Shanghai
Expand Down
2 changes: 0 additions & 2 deletions gateway/authenticate/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ func (o *OIDC) handleToken(w http.ResponseWriter, r *http.Request) {
resp := o.server.NewResponse()
defer resp.Close()

fmt.Println("request token...")

ar := o.server.HandleAccessRequest(resp, r)
if ar == nil {
logs.Error("handle access request fail: %v", resp.InternalError)
Expand Down

0 comments on commit a3bffda

Please sign in to comment.