We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying a repo key should not require explicitly setting permissions on the key file(s).
Keys must have the correct permissions already set (or defined in the source type).
extra_repos: - keys: msft.asc: http: url: https://packages.microsoft.com/keys/microsoft.asc
Building a spec with the above extra_repos on any apt-based distro will error with an unrelated error due to apt not being able to read the key.
extra_repos
apt
The text was updated successfully, but these errors were encountered:
adamperlin
No branches or pull requests
Expected Behavior
Specifying a repo key should not require explicitly setting permissions on the key file(s).
Actual Behavior
Keys must have the correct permissions already set (or defined in the source type).
Steps To Reproduce
Building a spec with the above
extra_repos
on any apt-based distro will error with an unrelated error due toapt
not being able to read the key.Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: