Skip to content

Contains the backend code that powers Seraph's discord bot

License

Notifications You must be signed in to change notification settings

SeraphGuild/Seraphim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages