cookbook 'tyk', '= 0.1.1'
tyk (5) Versions 0.1.1 Follow0
Installs/Configures tyk
cookbook 'tyk', '= 0.1.1', :supermarket
knife supermarket install tyk
knife supermarket download tyk
tyk Cookbook
Install and configure Tyk API gateway (https://tyk.io)
Usage
- For a testing installation, just add the
tyk::default
recipe to your runlist. It will install Redis, Mongo, Tyk Gateway and Tyk Dashboard on the node. You have to bootstrap the dashboard with an initial user, as per manual. After that, point your browser to your node port 3000 and the dashboard should come up and let you login with the user you created during the bootstrap. - For production, use the provided
install_gateway
andinstall_dashboard
recipes. You will want to change the configuration attributes. Best solution is to create your own wrapper cookbook, where you set thedefault
attributes.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Author
- Author: Michal Taborsky michal@taborsky.cz
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0`
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
packagecloud ~> 0.1.1 |
redisio ~> 2.3.0 |
mongodb ~> 0.16.2 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
tyk CHANGELOG
This file is used to list changes made in each version of the tyk cookbook.
0.1.1
- Fix service reload, on some platforms it is not available, so use restart instead.
0.1.0
- Initial release of tyk cookbook
Foodcritic Metric
0.1.1 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/74a823f9a7902aa9eaffd705/tyk/attributes/default.rb:45
0.1.1 failed this metric