Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #88 from jgoulah/add-breaking-timeout
Browse files Browse the repository at this point in the history
add notes about the breaking change that reduced the api request timeout
  • Loading branch information
jamescott committed Jul 8, 2013
2 parents 7e09f88 + 9b1523c commit 7f4a5c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chef_master/source/breaking_changes_chef_11.rst
Expand Up @@ -430,6 +430,22 @@ knife cookbook delete --purge is ignored by Chef 11 Server
-----------------------------------------------------------
In |chef 11|, the server keeps track of which cookbooks use a given piece of cookbook content (via checksum). When a cookbook version is deleted, associated content will be deleted if not referenced by another cookbook version object. Therefore, there is no need for a purge operation when using the |chef 11| server.
The API request timeout has been reduced to 15 minutes
-----------------------------------------------------------
In |chef 11|, the timeout on the timestamp embedded in API requests (used to prevent replay attacks) was reduced from 60 to 15 minutes.
To increase the timeout to an hour (in seconds), modify /etc/chef-server/chef-server.rb and add this to the bottom:
.. code-block:: ruby
erchef['s3_url_ttl'] = 3600
Then reconfigure the server:
.. code-block:: bash
chef-server-ctl reconfigure
Expand Down

0 comments on commit 7f4a5c1

Please sign in to comment.