k8s hlaeja device registry

This commit is contained in:
2025-07-22 18:18:52 +02:00
committed by swordsteel
parent 203acf6a76
commit 03e9d0a703
7 changed files with 176 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Secret
metadata:
name: device-jwt-public-key
namespace: hlaeja
labels:
app: device-register
environment: testing
tier: frontend
type: Opaque
data:
# Look at /doc/rsa_key.md, for how to make real values
public_key.pem: DeviceJwtPublicKeyFileBase64==