Skip to content

Commit

Permalink
docs: add HTTP(S) proxy plugin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
HVBE committed Feb 15, 2022
1 parent 94e06c6 commit bb241ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions documentation/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,19 @@ stringData:
```

If the plugin doesn't install, try restarting the grafana deployment.

## Install plugins through a HTTP(S) Proxy

To install plugins through a HTTP(S) Proxy, you will have to define the `spec.deployment.HttpProxy` section of the Grafana CR. EG:

If you need to use HTTPS, please add your HTTPS proxy URL to the `secureURL` section.

```yaml
spec:
...
deployment:
HttpProxy:
enabled: true
url: <your proxy URL here>
secureURL: <your HTTPS proxy URL here>
```

0 comments on commit bb241ab

Please sign in to comment.