Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seraphim

Contains the backend code that powers Seraph's discord bot

Refreshing deployment service principal creds

If credentials for the service principal that is used for akv and deployment needs to be updated, run the following command:

az ad sp credential reset --name srphm-sp-dev

Make sure you update the environment variable and the credentials you use to authenticate with AKV in the app settings

Be aware that the azure credential used in github actions expect an object of the following format, so you'll need to rename some fields and add the subscription id

{
  "clientId": "",
  "clientSecret": "",
  "subscriptionId": "",
  "tenantId": ""
}

About

Contains the backend code that powers Seraph's discord bot

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages