You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy keys belong to a user who can be blocked <iclass="fa-solid fa-face-scream"></i> [gitlab-org/gitlab#35779](https://gitlab.com/gitlab-org/gitlab/-/issues/35779)
85
+
86
+
Find and fix deploy keys using Ruby code in rals console [](https://docs.gitlab.com/ee/user/project/deploy_keys/#identify-deploy-keys-associated-with-non-member-and-blocked-users)
87
+
88
+
```ruby
89
+
DeployKeysProject.with_write_access.find_each do |deploy_key_mapping|
Copy file name to clipboardExpand all lines: 150_gitlab/090_maintenance/slides.md
+8-11
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,12 @@
12
12
13
13
### Messages
14
14
15
-
Show a banner announcing maintenance work
15
+
Show a banner announcing maintenance work[<iclass="fa-solid fa-arrow-up-right-from-square"></i>](https://docs.gitlab.com/ee/administration/broadcast_messages.html)
16
16
17
17
Configure under Menu <iclass="fa-regular fa-arrow-right"></i> Admin <iclass="fa-regular fa-arrow-right"></i> Messages
18
18
19
+
Can also show up in git response
20
+
19
21
### Maintenance Mode (Premium feature)
20
22
21
23
Switch GitLab into read-only mode [<iclass="fa-solid fa-arrow-up-right-from-square"></i>](https://docs.gitlab.com/ee/administration/maintenance_mode/)
0 commit comments