Skip to content

Add GPG signing + remove some triggers in Update References workflow#11594

Open
NikitaSkrynnik wants to merge 2 commits intonetworkservicemesh:mainfrom
NikitaSkrynnik:gpg
Open

Add GPG signing + remove some triggers in Update References workflow#11594
NikitaSkrynnik wants to merge 2 commits intonetworkservicemesh:mainfrom
NikitaSkrynnik:gpg

Conversation

@NikitaSkrynnik
Copy link
Copy Markdown
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 == nsmbot@networkservicmesh.io
gpg --full-gen-key
  1. Export public and private keys
gpg --export -a nsmbot@networkservicmesh.io > public.gpg
gpg --export-secret-key -a nsmbot@networkservicmesh.io > 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 <nikita.skrynnik@xored.com>
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
@denis-tingaikin
Copy link
Copy Markdown
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