get.porter.sh/porter@v1.3.0/tests/integration/testdata/signing/config/config-notation.yaml (about) 1 default-signer: notation 2 default-storage: testdb 3 4 signers: 5 - name: notation 6 plugin: notation 7 config: 8 key: porter-test.org 9 insecureregistry: true 10 11 storage: 12 - name: testdb 13 plugin: mongodb 14 config: 15 url: mongodb://localhost:27017/${env.PORTER_TEST_DB_NAME}?connect=direct