finn pushed to branch jmac/expand-user-for-tls at BuildGrid / buildgrid
Commits:
- 
5c39f9f9
by finnball at 2018-09-20T11:01:52Z
3 changed files:
- buildgrid/_app/settings/cas.yml
- buildgrid/_app/settings/default.yml
- buildgrid/_app/settings/remote-storage.yml
Changes:
| ... | ... | @@ -17,7 +17,7 @@ instances: | 
| 17 | 17 |  | 
| 18 | 18 |      storages:
 | 
| 19 | 19 |          - !disk-storage &main-storage
 | 
| 20 | -          path: ~/cas/
 | |
| 20 | +          path: !expand-path $HOME/cas/
 | |
| 21 | 21 |  | 
| 22 | 22 |      services:
 | 
| 23 | 23 |        - !cas
 | 
| ... | ... | @@ -17,7 +17,7 @@ instances: | 
| 17 | 17 |  | 
| 18 | 18 |      storages:
 | 
| 19 | 19 |          - !disk-storage &main-storage
 | 
| 20 | -          path: ~/cas/
 | |
| 20 | +          path: !expand-path $HOME/cas/
 | |
| 21 | 21 |  | 
| 22 | 22 |      services:
 | 
| 23 | 23 |        - !action-cache &main-action
 | 
| ... | ... | @@ -19,10 +19,10 @@ instances: | 
| 19 | 19 |          - !remote-storage &main-storage
 | 
| 20 | 20 |            url: "http://localhost:50052"
 | 
| 21 | 21 |            instance_name: main
 | 
| 22 | -          credentials:
 | |
| 23 | -            tls-client-key: null
 | |
| 24 | -            tls-client-cert: null
 | |
| 25 | -            tls-server-cert: null
 | |
| 22 | +#          credentials:
 | |
| 23 | +#            tls-client-key: null
 | |
| 24 | +#            tls-client-cert: null
 | |
| 25 | +#            tls-server-cert: null
 | |
| 26 | 26 |  | 
| 27 | 27 |      services:
 | 
| 28 | 28 |        - !action-cache &main-action
 | 
