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

Default folders and configuration location #71

Closed
subnetmarco opened this issue Mar 11, 2015 · 2 comments · Fixed by #72
Closed

Default folders and configuration location #71

subnetmarco opened this issue Mar 11, 2015 · 2 comments · Fixed by #72
Assignees

Comments

@subnetmarco
Copy link
Member

When installing Kong with a package manager, we can create default folders for the output and for the configuration file. This will require to implement the following changes in the bin/kong script:

  • If the system already has a configuration file at /etc/kong.yml, then it takes precedence over any other configuration file unless explicitly specified with -c
  • If the system has /var/log/kong folder, then it takes precedence over any other output folder, unless explicitly specified with -o
@subnetmarco subnetmarco self-assigned this Mar 11, 2015
@subnetmarco subnetmarco added this to the 0.1.0-beta milestone Mar 11, 2015
@thibaultcha
Copy link
Member

👍

subnetmarco added a commit that referenced this issue Mar 12, 2015
@subnetmarco
Copy link
Member Author

I decided to not implement a -o option, and introduce an output property in kong.yml. If the property is not being set, then Kong will put the output into nginx_tmp like it did before. If it's set, then bin/kong will try to use that folder as the output dir.

@subnetmarco subnetmarco mentioned this issue Mar 12, 2015
subnetmarco added a commit that referenced this issue Mar 12, 2015
ctranxuan pushed a commit to streamdataio/kong that referenced this issue Aug 25, 2015
ctranxuan pushed a commit to streamdataio/kong that referenced this issue Aug 25, 2015
fffonion added a commit that referenced this issue Jul 29, 2022
- bug fixes
client: skip checking eab_handler if eab_kid and eab_hmac_key is set (#71) 6004738
- features
storage: add Vault namespace (#63) e241933
bungle pushed a commit that referenced this issue Aug 8, 2022
- bug fixes
client: skip checking eab_handler if eab_kid and eab_hmac_key is set (#71) 6004738
- features
storage: add Vault namespace (#63) e241933
StarlightIbuki pushed a commit that referenced this issue Aug 9, 2022
- bug fixes
client: skip checking eab_handler if eab_kid and eab_hmac_key is set (#71) 6004738
- features
storage: add Vault namespace (#63) e241933
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 a pull request may close this issue.

2 participants