add secret store tests to existing tests

parent ba764676
......@@ -121,6 +121,21 @@ config:
- file:
files:
- "stdout"
secretstores:
- http:
id: mystore
url: 'http://localhost/secrets'
- oauth2:
id: azure_ad
service: azureAD
tenant_id: 3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin: 10s
token:
- key: my_token
client_id: my_id
client_secret: my_secret
scopes:
- <<CLIENT_ID>>/.default
## Use tpl v2 templates
tplVersion: 2
......@@ -16,3 +16,18 @@ config:
version: 801
- sqlquery: "SELECT count(*) as total_post_count FROM posts"
version: 801
secretstores:
- http:
id: mystore
url: 'http://localhost/secrets'
- oauth2:
id: azure_ad
service: azureAD
tenant_id: 3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin: 10s
token:
- key: my_token
client_id: my_id
client_secret: my_secret
scopes:
- <<CLIENT_ID>>/.default
config:
secretstores:
- http:
id: mystore
url: 'http://localhost/secrets'
- oauth2:
id: azure_ad
service: azureAD
tenant_id: 3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin: 10s
token:
- key: my_token
client_id: my_id
client_secret: my_secret
scopes:
- <<CLIENT_ID>>/.default
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