Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gstlal
Commits
bdfaaebe
Commit
bdfaaebe
authored
Aug 04, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstlal_ll_inspiral_pipe: add option to turn on auth + https for trigger aggregator
parent
160f32d4
Pipeline
#73532
failed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
+5
-0
No files found.
gstlal-inspiral/bin/gstlal_ll_inspiral_pipe
View file @
bdfaaebe
...
@@ -599,6 +599,11 @@ if options.agg_data_backend == 'influx':
...
@@ -599,6 +599,11 @@ if options.agg_data_backend == 'influx':
"influx-hostname"
:
options
.
influx_hostname
,
"influx-hostname"
:
options
.
influx_hostname
,
"influx-port"
:
options
.
influx_port
,
"influx-port"
:
options
.
influx_port
,
})
})
if
options
.
enable_auth
:
trigagg_options
.
update
({
"enable-auth"
:
""
})
if
options
.
enable_https
:
trigagg_options
.
update
({
"enable-https"
:
""
})
aggNode
=
dagparts
.
DAGNode
(
trigaggJob
,
dag
,
[],
opts
=
trigagg_options
)
aggNode
=
dagparts
.
DAGNode
(
trigaggJob
,
dag
,
[],
opts
=
trigagg_options
)
#
#
...
...
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