Commit dacbf65
authored
Merge pull request #715 from addyess/security/https-snapcraft
#715
#### Description
This PR switches the charmhub api connection from `http` -> `https` to make sure we're not insisting on `http` when calling charmhub and get blocked by firewalls.
#### QA Steps
We have tests in place to test the calls to charmhub, so all the tests in `test_charmhub.py` should be passing:
```
tox -e integration -- tests/integration/test_charmhub.py
```
#### Notes & Discussion
Note that this is only a temporary patch. There's gonna be a another PR that will fetch the host address from the model configuration dynamically.1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments