Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!466
Off-board JP and promote Ben in production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Off-board JP and promote Ben in production
163.jp-to-ben-for-prod
into
develop
Overview
13
Commits
5
Pipelines
4
Changes
3
1 unresolved thread
Hide all comments
Closed
Benoit Donneaux
requested to merge
163.jp-to-ben-for-prod
into
develop
1 year ago
Overview
13
Commits
5
Pipelines
4
Changes
3
1 unresolved thread
Hide all comments
Part of
#163 (closed)
Off-board JP
Promote Ben ssh key to replace JP in production (and drop Ben's legacy key)
0
0
Merge request reports
Compare
develop
version 3
abd7d91a
1 year ago
version 2
d88b71ab
1 year ago
version 1
76999f9c
1 year ago
develop (base)
and
latest version
latest version
4dfc37b6
5 commits,
1 year ago
version 3
abd7d91a
4 commits,
1 year ago
version 2
d88b71ab
3 commits,
1 year ago
version 1
76999f9c
2 commits,
1 year ago
3 files
+
7
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
morph/grid/local/public-keys/users.nix.example
+
1
−
1
View file @ 4dfc37b6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,7 +4,7 @@ let
# You can use the following to get key from the local machine.
# key = builtins.readFile ~/.ssh/id_ed25519.pub;
key = undefined;
keys = [key]
keys = [key]
;
in {
"root" = keys;
"vagrant" = keys;
Loading