Skip to content

Commit

Permalink
fix(utils): remove the default entries
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanXin-Chen committed Sep 6, 2024
1 parent 5fdadbd commit 0f53faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/utils/google-cloud-oauth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function _M.new(config, ssl_verify)
project_id = config.project_id,
token_uri = config.token_uri or "https://oauth2.googleapis.com/token",
auth_uri = config.auth_uri or "https://accounts.google.com/o/oauth2/auth",
entries_uri = config.entries_uri or "https://logging.googleapis.com/v2/entries:write",
entries_uri = config.entries_uri,
access_token = nil,
access_token_type = nil,
access_token_expire_time = 0,
Expand Down

0 comments on commit 0f53faa

Please sign in to comment.