Commit 31f74303 authored by Wu Qiang's avatar Wu Qiang

Update endpoint value in test code

parent c28f66c7
...@@ -49,7 +49,7 @@ resources: ...@@ -49,7 +49,7 @@ resources:
secret: dGhpcyBpcyBwYXNzd29yZA== secret: dGhpcyBpcyBwYXNzd29yZA==
- kms: - kms:
name: testprovider name: testprovider
endpoint: /tmp/testprovider.sock endpoint: unix:///tmp/testprovider.sock
cachesize: 10 cachesize: 10
- aescbc: - aescbc:
keys: keys:
...@@ -82,7 +82,7 @@ resources: ...@@ -82,7 +82,7 @@ resources:
secret: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY= secret: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
- kms: - kms:
name: testprovider name: testprovider
endpoint: /tmp/testprovider.sock endpoint: unix:///tmp/testprovider.sock
cachesize: 10 cachesize: 10
- aescbc: - aescbc:
keys: keys:
...@@ -108,7 +108,7 @@ resources: ...@@ -108,7 +108,7 @@ resources:
secret: dGhpcyBpcyBwYXNzd29yZA== secret: dGhpcyBpcyBwYXNzd29yZA==
- kms: - kms:
name: testprovider name: testprovider
endpoint: /tmp/testprovider.sock endpoint: unix:///tmp/testprovider.sock
cachesize: 10 cachesize: 10
- identity: {} - identity: {}
- secretbox: - secretbox:
...@@ -142,7 +142,7 @@ resources: ...@@ -142,7 +142,7 @@ resources:
secret: dGhpcyBpcyBwYXNzd29yZA== secret: dGhpcyBpcyBwYXNzd29yZA==
- kms: - kms:
name: testprovider name: testprovider
endpoint: /tmp/testprovider.sock endpoint: unix:///tmp/testprovider.sock
cachesize: 10 cachesize: 10
- identity: {} - identity: {}
- aesgcm: - aesgcm:
...@@ -162,7 +162,7 @@ resources: ...@@ -162,7 +162,7 @@ resources:
providers: providers:
- kms: - kms:
name: testprovider name: testprovider
endpoint: /tmp/testprovider.sock endpoint: unix:///tmp/testprovider.sock
cachesize: 10 cachesize: 10
- secretbox: - secretbox:
keys: keys:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment