API_SUPERUSER_TOKEN must be named API_SUPERUSER_SECRET to be autogenerated.
authorTim Pierce <twp@clinicalfuture.com>
Wed, 4 Dec 2013 19:35:00 +0000 (14:35 -0500)
committerTim Pierce <twp@clinicalfuture.com>
Wed, 4 Dec 2013 19:35:00 +0000 (14:35 -0500)
docker/api/superuser_token.in
docker/config.yml.example
docker/warehouse/warehouse.conf.in

index bb869d3f4e14d445d7dd5659d9a12f71dfb391b8..49bb34ef05857c876eca2dbf63bdf3a5f27bf25e 100644 (file)
@@ -1 +1 @@
-@@API_SUPERUSER_TOKEN@@
+@@API_SUPERUSER_SECRET@@
index 1df39b313eb5adbba6da6a7e55dc643c7056a894..137252b2ba90beef5d40029cffb98f1103a9a72b 100644 (file)
@@ -50,7 +50,7 @@ API_SECRET:
 # the API server, before an administrative user has been created.
 # Necessary for bootstrapping, e.g. so Keep can register with
 # the API server before any users have been added.
-API_SUPERUSER_TOKEN: 
+API_SUPERUSER_SECRET:
 
 # More than anything this should be auto-generated, but
 # we don't presently have a good place to store it. So just
index c8f0fd4beeb951d8396f82f43779077e21fdc65a..8c3c0aaad18e4fdfb5a1342dcc7db6c5d40ac7d0 100644 (file)
@@ -7,6 +7,6 @@ $Warehouse::warehouses = [
       'keep0.@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@:25107',
       'keep0.@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@:25108',
      ],
-     'api_auth_token'=>'@@API_SUPERUSER_TOKEN@@',
+     'api_auth_token'=>'@@API_SUPERUSER_SECRET@@',
     },
 ];