-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI: Update SSRC repo + use ARTIFACTORY_CLOUD_TOKEN in apt+squid
- Loading branch information
1 parent
5a7ef3f
commit dd329ec
Showing
6 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
http_port 127.0.0.1:3128 ssl-bump \ | ||
cert=/etc/squid/ssl_cert/myCA.pem \ | ||
generate-host-certificates=on dynamic_cert_mem_cache_size=4MB | ||
|
||
http_access allow all | ||
cache allow all | ||
|
||
sslcrtd_program /usr/lib/squid/security_file_certgen -s /var/lib/squid/ssl_db -M 4MB | ||
|
||
acl step1 at_step SslBump1 | ||
|
||
ssl_bump peek step1 | ||
ssl_bump bump all | ||
|
||
acl artifactory dstdomain artifactory.ssrcdevops.tii.ae | ||
|
||
request_header_add Authorization "Bearer <token>" artifactory | ||
|
||
pid_filename none | ||
logfile_rotate 0 | ||
|
||
# Debug | ||
# access_log stdio:/dev/fd/1 | ||
# cache_log stdio:/dev/fd/2 | ||
|
||
# Needed to prevent bug in docker | ||
max_filedescriptors 1048576 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters