summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorCindy Pallares <cindy@gitlab.com>2018-09-19 15:50:31 -0500
committerCindy Pallares <cindy@gitlab.com>2018-09-25 09:34:14 -0500
commita7e774566ef7bf66983581baae62ea3326d98317 (patch)
tree08b67a3eef0f5a1c1a1b547cf4decd9c46e6392d /changelogs/unreleased
parent62dde35069e430101e52359fbdba3fa14720195d (diff)
downloadgitlab-ce-a7e774566ef7bf66983581baae62ea3326d98317.tar.gz
Enable write to auth_keys file during restore
Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/enable-force-write-auth-keys-restore.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/enable-force-write-auth-keys-restore.yml b/changelogs/unreleased/enable-force-write-auth-keys-restore.yml
new file mode 100644
index 00000000000..f6c83cc7950
--- /dev/null
+++ b/changelogs/unreleased/enable-force-write-auth-keys-restore.yml
@@ -0,0 +1,5 @@
+---
+title: Enable the ability to use the force env for rebuilding authorized_keys during a restore
+merge_request: 21896
+author:
+type: fixed