Skip to content

Conversation

@eguzki
Copy link
Member

@eguzki eguzki commented Mar 22, 2023

what

removes the warning message at the start of APIcast POD
like this one:

env: '/tmp/FXal6CekIq': Permission denied

verification steps

  • start development mode
make development
make dependencies
  • Run APIcast
$ cat <<EOF >config.json
{
   "services": [
      {
         "proxy": {
             "hosts": ["one"],
             "proxy_rules": [],
             "api_backend": "https://echo-api.3scale.net",
             "policy_chain": []
         }
      }
   ]
}
EOF

APICAST_LOG_LEVEL=warn APICAST_WORKERS=1 THREESCALE_CONFIG_FILE=config.json BACKEND_ENDPOINT_OVERRIDE=http://localhost:8081 ./bin/apicast
  • Check the error env: '/tmp/FXal6CekIq': Permission denied does not exist

@eguzki eguzki marked this pull request as ready for review March 22, 2023 10:55
@eguzki eguzki requested a review from a team as a code owner March 22, 2023 10:55
@eguzki eguzki requested a review from ernaniaz March 23, 2023 15:10
Copy link
Contributor

@ernaniaz ernaniaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested here without any problem.

@eguzki eguzki merged commit 4240e54 into master Mar 27, 2023
@eguzki eguzki deleted the fix-apicast-bootstrap branch March 27, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants