Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THREESCALE-7942 fix apicast bootstrap #1398

Merged
merged 3 commits into from
Mar 27, 2023
Merged

THREESCALE-7942 fix apicast bootstrap #1398

merged 3 commits into from
Mar 27, 2023

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.

None yet

2 participants