Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Commits
8773755c
Commit
8773755c
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: cert paths
parent
8c0f51f9
No related branches found
No related tags found
No related merge requests found
Pipeline
#41089
failed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/sss_pylinkahead.ini
+1
-1
1 addition, 1 deletion
.docker/sss_pylinkahead.ini
.docker/tester_pylinkahead.ini
+1
-1
1 addition, 1 deletion
.docker/tester_pylinkahead.ini
with
2 additions
and
2 deletions
.docker/sss_pylinkahead.ini
+
1
−
1
View file @
8773755c
; this is the pylinkahead.ini for the server-side-scripting home.
[Connection]
url
=
https://linkahead-server:10443
cacert
=
/opt/linkahead/cert/
caosdb
.cert.pem
cacert
=
/opt/linkahead/cert/
linkahead
.cert.pem
debug
=
0
timeout
=
5000
...
...
This diff is collapsed.
Click to expand it.
.docker/tester_pylinkahead.ini
+
1
−
1
View file @
8773755c
...
...
@@ -24,7 +24,7 @@ test_misc.test_time_zone.time_zone = Cuba
[Connection]
url
=
https://linkahead-server:10443/
username
=
admin
cacert
=
/cert/
caosdb
.cert.pem
cacert
=
/cert/
linkahead
.cert.pem
debug
=
0
password_method
=
plain
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment