From 4baced39aa171a3e2b6681b5a58ad9e7eef80275 Mon Sep 17 00:00:00 2001 From: Maria Zlatkova Date: Tue, 15 Sep 2015 16:22:27 +0300 Subject: [PATCH] [RN 7.0] Auth issue with server for storing master backup This patch adds the following resolved issue to the Fuel Other resolved issues section of Release Notes 7.0: - Authorization issue with server for storing master backup. Change-Id: Ib962f48f1f1335ac2e00abdcfc9024ca98ecebf0 Related-Bug: #1352369 --- .../v7-0/fuel_issues/other_issues.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/release-notes/v7-0/fuel_issues/other_issues.rst diff --git a/pages/release-notes/v7-0/fuel_issues/other_issues.rst b/pages/release-notes/v7-0/fuel_issues/other_issues.rst new file mode 100644 index 000000000..5611143ef --- /dev/null +++ b/pages/release-notes/v7-0/fuel_issues/other_issues.rst @@ -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 \ No newline at end of file