Simplify the instructions to get the cluster secret
This commit is contained in:
parent
21987c502e
commit
339f32c957
@ -1,20 +1,7 @@
|
|||||||
# Join the IPFS cluster
|
# Join the IPFS cluster
|
||||||
|
|
||||||
## On your local machine
|
Get the cluster secret from a core team member. The cluster secret can be used
|
||||||
|
to remove peers and pins, so we cannot make it public.
|
||||||
Get the `encrypted_data_bag_secret` from another core member and copy it to
|
|
||||||
`.chef/encrypted_data_bag_secret`. It is required to decrypt the infrastructure
|
|
||||||
secrets. The cluster secret can be used to remove peers and pins, so we cannot make it public.
|
|
||||||
|
|
||||||
From a clone of repository:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ ./script/bootstrap # Requires Ruby
|
|
||||||
$ ./bin/knife solo data bag show credentials ipfs_cluster --secret-file .chef/encrypted_data_bag_secret
|
|
||||||
WARNING: The encrypted_data_bag_secret option defined in knife.rb was overriden by the command line.
|
|
||||||
id: ipfs_cluster
|
|
||||||
secret: *SECRET*
|
|
||||||
```
|
|
||||||
|
|
||||||
## On your server
|
## On your server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user