https://github.com/billmeyer/remote_file_auth
https://github.com/billmeyer/remote_file_auth
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/billmeyer/remote_file_auth
- Owner: billmeyer
- License: apache-2.0
- Created: 2017-09-26T13:33:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T15:57:45.000Z (almost 9 years ago)
- Last Synced: 2025-02-11T20:58:58.966Z (over 1 year ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remote_file_auth
Cookbook to demonstrate using the `remote_file` Chef Resource to pull a file from a
URL that is secured with Basic Auth authentication.
Use Test Kitchen to spin up the Centos-7.3 VM, install Apache HTTPd, configure a secured
directory, and a htpasswd file, and then run the `remote_file` resource with the appropriate
Basic Auth credentials.