Skip to content

Commit

Permalink
Add radar as trusted UID in run-gitmanager container settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PasiSa authored and markkuriekkinen committed Mar 3, 2023
1 parent cbcd505 commit c12e399
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker/rootfs/srv/gitmanager-cont-settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,16 @@
"REMOTE_AUTHENTICATOR_UID": "aplus",
"DISABLE_LOGIN_CHECKS": False,
"DISABLE_JWT_SIGNING": False,
"UID_TO_KEY": {
"radar": """-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvddPdRsfeYjTK/aVnX/J
52exmXiu7ZXLx2W83brLmxaOGR1Zb0qFt+0rtvBAx+s9KjlRj8rmMBLpTUTWWeai
MpVHkhMH+MHAcL8jCfM8G5nLqcg2j50VBfXEiKT0QtonkOH+HVLYrtR0ZRQt4i9/
8XLi1z+oITlH30yqs19PvZVksIJjReLqRDI1bxdzs6296i2Js5PyvGNKY1cn52dq
MgMysg9P3HeuwAQW2jXQwxPn4HhNoKlQL2SpNvInWwmpS1PrXgIhEvEq+T79GcxI
eGJ1Rjhi6HY9jhFMYBh23EirAa+HRBAbcyQ01Cc8hUa2YoNoolD/3oadsfQshps8
8wIDAQAB
-----END PUBLIC KEY-----""",
},
"TRUSTED_UIDS": ["radar", "aplus"],
}

0 comments on commit c12e399

Please sign in to comment.