security: access control for particles (#169)

* setup firebase custom token

* docs

* docs

* feat: allow admin removing members from a network

* fix: properly handle fallback avatar and names

This is especially helpful in the case of members who were removed from
a network
This commit was merged in pull request #169.
This commit is contained in:
Arjun Patel
2026-04-16 15:14:34 -07:00
committed by GitHub
parent 28b1ff542b
commit ef899ee5cd
36 changed files with 805 additions and 169 deletions
+35
View File
@@ -128,6 +128,41 @@ profiles:
---
apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: memberreconciler
build:
local: {}
tagPolicy:
gitCommit:
variant: AbbrevCommitSha
profiles:
- name: dev
build:
artifacts:
- image: memberreconciler
context: .
docker:
dockerfile: Dockerfile.memberreconciler
manifests:
rawYaml:
- k8s/dev/memberreconciler.yaml
deploy:
kubectl: {}
- name: prod
build:
artifacts:
- image: memberreconciler
context: .
docker:
dockerfile: Dockerfile.memberreconciler
manifests:
rawYaml:
- k8s/prod/memberreconciler.yaml
deploy:
kubectl: {}
---
apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: pusher
build: