-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to create an environment in minikube, the Hashcorp vault authentication does not pass. #2630
Comments
Hi @atomic-kanta-saski To verify: can you open the vault from a browser, and check that the secretsv2 engine was created? When you create the vault, use a local config.hcl file, where you tell it to add a ui ui = true For your future info: Example of policy if using network.env.type = dev path "secretsv2/data/devmainorg/*" { capabilities = ["list", "read", "create", "update"] } path "secretsv2/data/devmainorg/credentials/*" { capabilities = ["list", "read", "create", "update"] } |
@michaelkhalsa
It seems to be caused by the configmap not being created. ./run.sh logs
|
Hi @atomic-kanta-saski Are you referring to configmap: orderer1-config in ns supplychain-net? While others may be able to answer this better, it looks like some kind of permissions issue with minikube, wsl2, and the windows os. (assuming using ubuntu on wsl2). I vaguely recall having mount issues with minikube and WSL2 based on permissions when trying that route. Maybe try running the playbook with sudo (check that your config file is same with sudo first), and if that does not help, then browse for mount issues, such as 'mountvolume.setup minikube wsl2'. did you assign enough ram and cpus to the kube? At what task did it fail while running the playbook? -- Also if you run kubectl logs <pod-name> -n <namespace> Michael |
@michaelkhalsa The error is as follows.
I am error that not a single helm has been added to the repository, is this a recognized error? |
Describe the bug
When I try to create an environment in minikube, the Hashcorp vault authentication does not pass.
Hi.
https://hyperledger-bevel.readthedocs.io/en/latest/tutorials/bevel-minikube-setup/
I am attempting to deploy Hyperledger Fabric on minikube with this documentation.
However, I cannot access the Hashcorp Vault and am unable to complete the task.
When I check the logs as follows, I get this
kubectl logs -n manufacturer-net fabric-ca-server-ca-0 -c ca-certs-init
Is there anything else I need to do regarding Hashcorp Vault other than the following commands?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: