storj/scripts
Ivan Fraixedes 69d8b9f828
Change where the encryption key is being stored for uplink (#1967)
* uplink: Add a new flag to set the filepath of the file which is used for 
  saving the encryption key and rename the one that hold the encryption key and 
  establish that it has priority over the key stored in the file to make the 
  configuration usable without having a huge refactoring in test-sim.
* cmd/uplink: Adapt the setup subcommand for storing the user input key to a file 
  and adapt the rest of the subcommands for reading the key from the key-file when 
  the key isn't explicitly set with a command line flag.
* cmd/gateway: Adapt it to read the encryption key from the key-file or use the 
  one passed by a command line flag.
* pkg/process: Export the default configuration filename so other packages which 
  use the same value can reference to it rather than having it hardcoded.
* Adapt several integrations (scripts, etc.) to consider the changes applied in uplink and cmd packages.
2019-05-22 15:57:12 +02:00
..
testdata cmd/storagenode: pull more things into releaseDefaults (#1980) 2019-05-21 13:48:47 +02:00
waitlist Waitlist script (#573) 2018-11-06 18:43:20 +01:00
cert-gating.sh certificates config and --certs-dir fixes (#1093) 2019-01-22 13:35:48 +01:00
check-clean-directory.go jenkins: add tidiness checks (#1824) 2019-04-24 18:33:01 +03:00
check-copyright.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
check-dbx-version.sh jenkins: use -race for check-imports and fix dbx check (#1873) 2019-05-01 09:44:12 -06:00
check-imports.go jenkins: use -race for check-imports and fix dbx check (#1873) 2019-05-01 09:44:12 -06:00
check-mod-tidy.go jenkins: add tidiness checks (#1824) 2019-04-24 18:33:01 +03:00
check-peer-constraints.go jenkins: peer constraints (#1933) 2019-05-10 14:13:09 +02:00
cover-remove-generated.go cover all the things (#1818) 2019-04-26 16:39:11 +03:00
dependencies_test.go Add arguments to lockedgen for using it in other places (#1030) 2019-01-11 18:07:26 +02:00
fail-on-race.go Fail integration tests on panic (#1032) 2019-01-11 18:18:16 +02:00
install-awscli.sh Travis with go1.11 and modules (#479) 2018-10-16 20:02:00 +03:00
lockedgen.go ensure lockedgen handles comments properly (#1917) 2019-05-08 14:43:49 +03:00
protobuf.go Add protolock to build (#1321) 2019-02-18 08:43:46 +01:00
release.sh Fixing upload and build binaries (#1751) 2019-04-12 13:28:04 -04:00
test-aio.sh Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-certificate-signing.sh Improve cert signing integration test+: (#997) 2019-01-11 15:59:35 +01:00
test-network-stalls.go Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-satellite-cfg-change.sh v3-1660: Create a test that breaks when satellite config file has changed (#1898) 2019-05-07 17:20:04 -04:00
test-sim-aws.sh Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-sim.sh add postgres support to storj-sim (#1908) 2019-05-14 08:13:18 -07:00
test-uplink.sh Change where the encryption key is being stored for uplink (#1967) 2019-05-22 15:57:12 +02:00
update-satellite-cfg-lock.sh v3-1660: Create a test that breaks when satellite config file has changed (#1898) 2019-05-07 17:20:04 -04:00
use-ports.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
utils.sh certificates config and --certs-dir fixes (#1093) 2019-01-22 13:35:48 +01:00
xunit.go ensure tests fail when parsing test output fails (#1914) 2019-05-08 16:36:41 +03:00