X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2201bcb32b8d5c1f374226d24f0cb2611ac004ed..343e87375ce53c0b9c4234ed69206b31e206c877:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 72c7af1851..2d8a487b7d 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -629,7 +629,7 @@ Clusters: # (experimental) cloud dispatcher for executing containers on # worker VMs. Begins with "-----BEGIN RSA PRIVATE KEY-----\n" # and ends with "\n-----END RSA PRIVATE KEY-----\n". - DispatchPrivateKey: none + DispatchPrivateKey: "" # Maximum time to wait for workers to come up before abandoning # stale locks from a previous dispatch process. @@ -661,7 +661,7 @@ Clusters: # has been reached or crunch_log_seconds_between_events has elapsed since # the last flush. LogBytesPerEvent: 4096 - LogSecondsBetweenEvents: 1 + LogSecondsBetweenEvents: 5s # The sample period for throttling logs. LogThrottlePeriod: 60s @@ -1159,6 +1159,8 @@ Clusters: identification, and does not retrieve any other personal information. + # Workbench screen displayed to inactive users. This is HTML + # text that will be incorporated directly onto the page. InactivePageHTML: |

Hi! You're logged in, but...

@@ -1166,6 +1168,13 @@ Clusters:

An administrator must activate your account before you can get any further.

+ # Connecting to Arvados shell VMs tends to be site-specific. + # Put any special instructions here. This is HTML text that will + # be incorporated directly onto the Workbench page. + SSHHelpPageHTML: | + Accessing an Arvados VM with SSH (generic instructions). + Site configurations vary. Contact your local cluster administrator if you have difficulty accessing an Arvados shell node. + # Bypass new (Arvados 1.5) API implementations, and hand off # requests directly to Rails instead. This can provide a temporary # workaround for clients that are incompatible with the new API