get.porter.sh/porter@v1.3.0/tests/integration/testdata/signing/config/config-cosign.yaml (about)

     1  default-signer: cosign
     2  default-storage: testdb
     3  
     4  signers:
     5    - name: cosign
     6      plugin: cosign
     7      config:
     8        publickey: ${env.PORTER_HOME}/cosign.pub
     9        privatekey: ${env.PORTER_HOME}/cosign.key
    10        insecureregistry: true
    11  
    12  storage:
    13    - name: testdb
    14      plugin: mongodb
    15      config:
    16        url: mongodb://localhost:27017/${env.PORTER_TEST_DB_NAME}?connect=direct