Open tknrng opened 1 year ago
Had the same issue. For some reason, test-480.mp4 file was missing from home directory (is the file that is used to verify POST to vault's storage). As a workaround you can copy the file to the home directory (will get reverted on next container creation):
I have the same issue, and I can see the following response payload:
{
"data": "cloud.VerifyHub(): something went wrong while reaching the Kerberos Hub API: {\"data\":\"Missing X-Kerberos-Hub-PublicKey.\"}",
"message": null,
"ptz_functions": null,
"can_zoom": false,
"can_pan_tilt": false
}
Is Hub a pre-requisite? Can we just use Agent and Vault without Hub? @cedricve
I have the same issue, and I can see the following response payload:
{ "data": "cloud.VerifyHub(): something went wrong while reaching the Kerberos Hub API: {\"data\":\"Missing X-Kerberos-Hub-PublicKey.\"}", "message": null, "ptz_functions": null, "can_zoom": false, "can_pan_tilt": false }
Is Hub a pre-requisite? Can we just use Agent and Vault without Hub? @cedricve
Just found out the issue, seems to just be my configuration issue. Please ignore my above reply.
Create local vault and configure by manual create acc - test1 with access key and secret key configure agent - vault api url - http://demo.myhomelab.local/api provider - provider name in vault - kerb directory - vault user name - test1 access key = vault account test1 accesskey secret key = vault account test1 secretkey
when click verify connection error - Something went wrong while verifying the persistence :undefined but some file create in vault with no play option
all works in docker agent version - kerberos/agent:2844a5a vault version - kerberos/vault:latest