Actions
Bug #23785
openAnsible collection always fetch the repository key from https://repository.rudder.io/
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
The URL for the repo keys are hardcoded
apt_key_url: "https://repository.rudder.io/apt/rudder_apt_key.pub" rpm_key_url: "https://repository.rudder.io/rpm/rudder_rpm_key.pub"
so it means a customer need to open two different access to internet: to download.rudder.io and repository.rudder.io
it could be replaced by
https://{{ repository_username }}:{{ repository_password }}@{{ repository }}/rpm/rudder_rpm_key.pub
to allow better customization and prevent hardcoded a flux to repository.rudder.io
No data to display
Actions