Add service account.

This commit is contained in:
Tom Alexander
2025-12-14 13:37:46 -05:00
parent 514e67ac50
commit e8bd0f6416
7 changed files with 83 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{
"signing": {
"default": {
"expiry": "8760h"
},
"profiles": {
"kubernetes": {
"usages": ["signing", "key encipherment", "server auth", "client auth"],
"expiry": "8760h"
}
}
}
}