feat: Add automatic key generation in docker compose#548
Conversation
| cat /tmp/temp_config.yaml > /config.yaml | ||
|
|
||
| # Remove the temporary file | ||
| rm /tmp/temp_config.yaml |
There was a problem hiding this comment.
I think we can combine those command into one command.
There was a problem hiding this comment.
Directly pushing to config.yaml was giving some errors so i created a temp file
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time ordiscuss it on the [email protected] list. Thank you for your contributions. |
|
This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
|
This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |

This PR is part of the proposal which removes hardcoding of sensitive API keys by autogenerating them at either application level(APISIX) or deployment level(like docker.)