docker: arvdock: support new Debian docker.io packages
[arvados.git] / docker / api / secret_token.rb.in
index 201870bdd86932bf8e6720556085552cf9a658bd..30084803f08f7733ab8c127e25b1dfa77b68f946 100644 (file)
@@ -5,3 +5,8 @@
 # Make sure the secret is at least 30 characters and all random,
 # no regular words or you'll be exposed to dictionary attacks.
 Server::Application.config.secret_token = '@@API_SECRET@@'
+
+# The blob_signing_key is a string of alphanumeric characters used
+# to sign permission hints for Keep locators. It must be identical
+# to the permission key given to Keep.
+Server::Application.config.blob_signing_key = '@@KEEP_SIGNING_SECRET@@'