hardisgroupcom / sfdx-hardis

Swiss-army-knife Toolbox for Salesforce. Orchestrates base commands and assist users with interactive wizards to make much more than native sfdx + Allows you to define a complete CI/CD Pipeline and Schedule a daily Metadata backup & monitoring of your orgs
https://sfdx-hardis.cloudity.com
GNU Affero General Public License v3.0
169 stars 29 forks source link

Add page to documentation regarding CI/CD security #597

Closed legetz closed 1 week ago

legetz commented 2 months ago

In the case of dev major branch in CI/CD, Hardis expects to see config/branches/.jwt/dev.key file which is used for authentication towards sandbox. File is encrypted and decrypted on-the-fly with secure CI/CD environment variables but would be good to open up this angle in documentation to keep security-minded people happy.

Not urgent issue but at some point handy addition to documentation.