verifiablesoftware / vsw

Core project of VerifiableSoftware
Apache License 2.0
1 stars 0 forks source link

use admin-api-key aca-py #66

Closed tervoju closed 3 years ago

tervoju commented 3 years ago

--admin-api-key Protect all admin endpoints with the provided API key. API clients (e.g. the controller) must pass the key in the HTTP header using 'X-API-Key: '. Either this parameter or the '--admin-insecure-mode' parameter MUST be specified. [env var: ACAPY_ADMIN_API_KEY]

tervoju commented 3 years ago

implemented

felixchen1023 commented 3 years ago

@tervoju have you deployed to somewhere, so that I can test it with my local client vsw?

felixchen1023 commented 3 years ago

vsw client have been changed now, and it works fine with http://vswrepo.com:7061. when will you plan to deploy repo to the http://vswrepo.com:8061? @tervoju

tervoju commented 3 years ago

created a pull request for Tero to merge this to main branch