Merge "[RN 7.0] Auth issue with server for storing master backup"

This commit is contained in:
Jenkins
2015-09-15 14:48:01 +00:00
committed by Gerrit Code Review

View File

@@ -0,0 +1,16 @@
Other
-----
Resolved issues
+++++++++++++++
* Previously, if a user wanted to make a backup of an environment to a
remote server, the authorization prompt appeared only after backing
up all containers which could take about half an hour. And if a user
did not enter the pass during the `LoginGraceTime` (the default value
is 120 seconds), the connection was lost. Now the authorization
prompt apperars first, and a key-based authentication is used to
copy the backup archive. See `LP1352369`_.
.. Links
.. _`LP1352369`: https://bugs.launchpad.net/fuel/7.0.x/+bug/1352369