byunru

Results 3 comments of byunru

> curl -H "X-Vault-Token:${env:VAULT_TOKEN}" -H "X-Vault-Namespace: /" -X List "${env:VAULT_ADDR}/v1/sys/namespaces" -i HTTP/1.1 301 Moved Permanently Cache-Control: no-store Location: /v1/sys/namespaces Strict-Transport-Security: max-age=31536000; includeSubDomains X-Vault-Namespace: / Date: Thu, 15 Dec 2022 23:23:01...

I figured out the correct syntax for curl: curl -H "X-Vault-Token:${env:VAULT_TOKEN}" -H "X-Vault-Namespace: admin" -X LIST "${env:VAULT_ADDR}/v1/sys/namespaces" Would be nice if the API provides an option of output all nested...

same issue on @angular/cli version: "1.0.0-rc.0" and ng4 "ng serve" works. error on "ng build" "ERROR in Unexpected value 'NvD3Module in ***/node_modules/angular2-nvd3/dist/angular2-nvd3/angular2-nvd3.module.d.ts" error on "ng build -prod" "ERROR in NvD3Module...