Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .vault-config/product-builds-engkeyvault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,31 @@ references:
name: helixkv

keys:
# Retain the signing keys until both consumers are migrated to the
# github-app-secret private keys declared below.
dotnet-monitor-release-app-key:
type: RSA
size: 2048

oneloc-localization-app-key:
type: RSA
size: 2048

secrets:
dotnet-monitor-release-app:
type: github-app-secret
parameters:
hasPrivateKey: true
hasWebhookSecret: false
hasOAuthSecret: false

oneloc-localization-app:
type: github-app-secret
parameters:
hasPrivateKey: true
hasWebhookSecret: false
hasOAuthSecret: false

BotAccount-dotnet-maestro-bot:
type: github-account
parameters:
Expand Down
Loading