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
With the S3 bucket option disabled, asset urls use the native github release urls in the Sensu asset resource.
github rate limits download requests for release binaries.
Assets in private repos can't accesses by sensu agents using the github release urls
use fog rubygem for asset storage and use fog-local for on-prems storage options.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The story so far
With the S3 bucket option disabled, asset urls use the native github release urls in the Sensu asset resource.
The small problem
github rate limits download requests for release binaries.
The big problem
Assets in private repos can't accesses by sensu agents using the github release urls
Possible Solution
use fog rubygem for asset storage and use fog-local for on-prems storage options.
The text was updated successfully, but these errors were encountered: