Closed joestump closed 6 years ago
This provider assumes that the icinga2 api is at the document root: http://127.0.0.1:5665/v1
, but in some cases that might not be true.
For example, one might change the root by adding a re-write rule:
SSLProxyEngine On
RewriteRule "^/icinga2_api/(.*)" "https://<ellided>:5665/$1" [P]
ProxyPass "/icinga2_api" "https://<ellided>:5665/"
ProxyPassReverse "/icinga2_api" "https://<ellided>:5665/"
@talbright yup, this PR should address that issue. 🤞
@grubernaut any chance someone can take a look at this and #8?
@talbright would need to probably ping @tombuildsstuff or @radeksimko, as I left HC quite a while ago now :smile:
gotcha, thanks for answering though 🍻
@tombuildsstuff @radeksimko is there someone that can take a look at this? Thanks!
@tombuildsstuff @radeksimko any update on this? This PR is 3 months old now without any feedback. I have a fully commented out HCL file that means human fingers need to do things, which makes me really sad.
@radeksimko @tombuildsstuff is this provider abandoned? Help?
@joestump The provider is not abandoned. I am working to try and get these PRs merged in and looking at what it takes to be setup as a maintainer. These should get reviewed and merged in soon, hopefully.
🎉
Our Icinga2 API's path isn't in the document root.