aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/gerrit.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/gerrit.org b/docs/gerrit.org
index bee0509..28ab95f 100644
--- a/docs/gerrit.org
+++ b/docs/gerrit.org
@@ -6,7 +6,7 @@ A gerrit instance is running at [[https://cl.fcuny.net][cl.fcuny.net]].
- branches other than main can be pushed to the server
- the main branch can only be modified by gerrit
* Secure configuration
-The file =/var/lib/gerrit/etc/secure.config= is managed by nix. The file contains:
+The file =/var/lib/gerrit/etc/secure.config= is managed by nix and is encrypted with age. The file contains the following settings:
#+begin_src ini
[auth]
registerEmailPrivateKey = <redacted>
@@ -16,6 +16,8 @@ The file =/var/lib/gerrit/etc/secure.config= is managed by nix. The file contain
[plugin "gerrit-oauth-provider-google-oauth"]
client-secret = <google oauth secret>
#+end_src
+
+From the directory =hosts/tahoe/secrets= you can run =nix run github:ryantm/agenix -- -e gerrit/secure-config.age= to edit the secrets.
* Notes
The [[https://gerrit.googlesource.com/plugins/reviewnotes/][review notes]] plugin is enabled. The plugin stores into the notes the information about the reviews.