Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348322
D6223.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D6223.diff
View Options
diff --git a/docker/conf/web-keycloak.yml b/docker/conf/web-keycloak.yml
--- a/docker/conf/web-keycloak.yml
+++ b/docker/conf/web-keycloak.yml
@@ -21,7 +21,7 @@
url: http://swh-vault:5005/
deposit:
- private_api_url: https://swh-deposit:5006/1/private/
+ private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
diff --git a/docker/conf/web-mirror.yml b/docker/conf/web-mirror.yml
--- a/docker/conf/web-mirror.yml
+++ b/docker/conf/web-mirror.yml
@@ -21,7 +21,7 @@
url: http://swh-vault:5005/
deposit:
- private_api_url: https://swh-deposit:5006/1/private/
+ private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
diff --git a/docker/conf/web-read-replica.yml b/docker/conf/web-read-replica.yml
--- a/docker/conf/web-read-replica.yml
+++ b/docker/conf/web-read-replica.yml
@@ -17,7 +17,7 @@
url: http://swh-vault:5005/
deposit:
- private_api_url: https://swh-deposit:5006/1/private/
+ private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
diff --git a/docker/conf/web-search.yml b/docker/conf/web-search.yml
--- a/docker/conf/web-search.yml
+++ b/docker/conf/web-search.yml
@@ -16,7 +16,7 @@
url: http://swh-vault:5005/
deposit:
- private_api_url: https://swh-deposit:5006/1/private/
+ private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
diff --git a/docker/conf/web.yml b/docker/conf/web.yml
--- a/docker/conf/web.yml
+++ b/docker/conf/web.yml
@@ -17,7 +17,7 @@
url: http://swh-vault:5005/
deposit:
- private_api_url: https://swh-deposit:5006/1/private/
+ private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 6:23 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3225435
Attached To
D6223: docker/conf/web: Fix protocol in deposit private API URL
Event Timeline
Log In to Comment