aboutsummaryrefslogtreecommitdiffstats
path: root/docs/meeting_notes/2023-07-18.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-04-27 21:21:51 +0200
committerGravatar Joe Banks <[email protected]>2024-04-27 21:21:04 +0100
commitde9307796340070c0b44e6325a902184ad65492a (patch)
treef7a873d1a4b14281580b0450ba77ee9290b22c3c /docs/meeting_notes/2023-07-18.md
parentUse same indent for all fail2ban options (diff)
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to set GitHub Actions as the deployment source, to prevent GitHub from trying to build with Jekyll.
Diffstat (limited to 'docs/meeting_notes/2023-07-18.md')
-rw-r--r--docs/meeting_notes/2023-07-18.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/meeting_notes/2023-07-18.md b/docs/meeting_notes/2023-07-18.md
deleted file mode 100644
index a59430d..0000000
--- a/docs/meeting_notes/2023-07-18.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-layout: default
-title: "2023-07-18: Devops Meeting"
-parent: Meeting notes
-nav_order:
----
-
-# DevOps Meeting Notes
-
-## Secret management improvements
-
-To allow for **better management of our Kubernetes secrets**, Chris set out to
-configure `git-crypt` in GPG key mode. For comparison, the previous approach was
-that secrets were stored in Kubernetes only and had to be accessed via
-`kubectl`, and now `git-crypt` allows us to transparently work with the files in
-unencrypted manner locally, whilst having them secure on the remote, all via
-`.gitattributes`.
-
-The following people currently have access to this:
-
-- Johannes Christ <[email protected]> (`8C05D0E98B7914EDEBDCC8CC8E8E09282F2E17AF`)
-- Chris Lovering <[email protected]> (`1DA91E6CE87E3C1FCE32BC0CB6ED85CC5872D5E4`)
-- Joe Banks <[email protected]> (`509CDFFC2D0783A33CF87D2B703EE21DE4D4D9C9`)
-
-For Hassan, we are still waiting on response regarding his GPG key accuracy.
-
-The pull request for the work can be found [at
-python-discord/kubernetes#156](https://github.com/python-discord/kubernetes/pull/156).
-
-**To have your key added, please contact any of the existing key holders**. More
-documentation on this topic is pending to be written, see
-[python-discord/kubernetes#157](https://github.com/python-discord/kubernetes/issues/157).
-
-
-## Infrastructure migration decision
-
-The voting started [last week](./2023-07-11.md) will be properly talked about
-[next week](./2023-07-25.md), so far it looks like we're definitely not
-selfhosting Kubernetes at the very least.
-
-
-<!-- vim: set textwidth=80 sw=2 ts=2: -->