Skip to content

Conversation

@NikitaSkrynnik
Copy link
Collaborator

@NikitaSkrynnik NikitaSkrynnik commented Apr 1, 2024

Descrption

To make GPG signing work we need to:

  1. Create gpg keys with a passphrase, name == NSMBot, email == [email protected]
gpg --full-gen-key
  1. Export public and private keys
gpg --export -a [email protected] > public.gpg
gpg --export-secret-key -a [email protected] > private.gpg
  1. Add the public key to NSMBot GPG keys on Github
  2. Add the private key and passphrase to deployments-k8s secrets GPG_PRIVATE_KEY and GPG_PASSPHRASE

Issue link

#11593

How Has This Been Tested?

  • Added unit testing to cover
  • Tested manually
  • Tested by integration testing
  • Have not tested

Types of changes

  • Bug fix
  • New functionality
  • Documentation
  • Refactoring
  • CI

Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: NikitaSkrynnik <[email protected]>
@denis-tingaikin
Copy link
Member

@edwarnicke Please have a look at the suggested solution when you get a chance ☝️
Let us know when the required secrets for the NSMBot will be available or if you have any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants