Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
84ef585a
Commit
84ef585a
authored
Dec 30, 2013
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slaprunner: secret codes are given through control interface
parent
ebd2ce28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
software/slaprunner/instance-runner.cfg
software/slaprunner/instance-runner.cfg
+6
-3
No files found.
software/slaprunner/instance-runner.cfg
View file @
84ef585a
...
@@ -363,8 +363,6 @@ backend_url = $${slaprunner:access-url}
...
@@ -363,8 +363,6 @@ backend_url = $${slaprunner:access-url}
access_url = $${:url}/login
access_url = $${:url}/login
url = https://$${request-frontend:connection-domain}
url = https://$${request-frontend:connection-domain}
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
shell_password = $${shellinabox:password}
password_recovery_code = $${recovery-code:passwd}
#---------------------------
#---------------------------
#--
#--
...
@@ -455,7 +453,7 @@ port = 8080
...
@@ -455,7 +453,7 @@ port = 8080
shell = $${shell:wrapper}
shell = $${shell:wrapper}
wrapper = $${directory:bin}/shellinaboxd
wrapper = $${directory:bin}/shellinaboxd
shellinabox-binary = ${shellinabox:location}/bin/shellinaboxd
shellinabox-binary = ${shellinabox:location}/bin/shellinaboxd
password = $${
shellinabox-code:passw
d}
password = $${
zero-parameters:shell-passwor
d}
directory = $${runnerdirectory:home}
directory = $${runnerdirectory:home}
login-shell = $${directory:bin}/login
login-shell = $${directory:bin}/login
certificate-directory = $${cadirectory:certs}
certificate-directory = $${cadirectory:certs}
...
@@ -497,3 +495,8 @@ recipe = slapos.cookbook:wrapper
...
@@ -497,3 +495,8 @@ recipe = slapos.cookbook:wrapper
command-line = ${curl:location}/bin/curl -g https://[$${slaprunner:ipv6}]:$${slaprunner:runner_port}/isSRReady --max-time 1 --insecure
command-line = ${curl:location}/bin/curl -g https://[$${slaprunner:ipv6}]:$${slaprunner:runner_port}/isSRReady --max-time 1 --insecure
wrapper-path = $${directory:scripts}/prepareSoftware
wrapper-path = $${directory:scripts}/prepareSoftware
[public]
recovery-code = $${recovery-code:passwd}
shell-password = $${shellinabox-code:passwd}
[zero-parameters]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment