Merge branch '17175-boot-fail-rake-seed'
[arvados.git] / lib / boot / supervisor.go
index 0e96beabd5ed6a29aeea2e74dec25e9defd5629c..f2e715a76669ed7ea1db21a7720b3fbd382cb8a3 100644 (file)
@@ -611,9 +611,6 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error {
        if cluster.ManagementToken == "" {
                cluster.ManagementToken = randomHexString(64)
        }
-       if cluster.API.RailsSessionSecretToken == "" {
-               cluster.API.RailsSessionSecretToken = randomHexString(64)
-       }
        if cluster.Collections.BlobSigningKey == "" {
                cluster.Collections.BlobSigningKey = randomHexString(64)
        }