Skip to content
New issue

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

[grafana] Enabling the ability to omit the REQ_USERNAME and REQ_PASSWORD variables when sidecar.dashboards.skipReload is true #2495

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

smbambling
Copy link
Contributor

Currently the k8s-sidecar container will always use basic authentication when REQ_USERNAME and REQ_PASSWORD are set. This can cause issues when attempting to use any configmaps/secrets with *.url key configured.

There is an open bug issue here: kiwigrid/k8s-sidecar#290

However when sidecar.dashboards.skipReload is true there doesn't seem to be a need/reason to set the REQ_USERNAME and REQ_PASSWORD environment variables. This PR allow omitting them to prevent triggering the current bug in the k8s-sidecar.

This issue was triggered by the following commit inside this repository: 3bcfc47

…nment variables when sidecar.dashboards.skipReload is true

Signed-off-by: Steven Bambling <smbambling@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Jul 7, 2023

CLA assistant check
All committers have signed the CLA.

@zanhsieh zanhsieh changed the title Enabling the ability to omit the REQ_USERNAME and REQ_PASSWORD variables when sidecar.dashboards.skipReload is true [grafana] Enabling the ability to omit the REQ_USERNAME and REQ_PASSWORD variables when sidecar.dashboards.skipReload is true Jul 16, 2023
@zanhsieh zanhsieh merged commit 5091102 into grafana:main Jul 16, 2023
6 checks passed
coolguy1771 pushed a commit to coolguy1771/home-ops that referenced this pull request Jul 16, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.net)
([source](https://togithub.com/grafana/helm-charts)) | patch | `6.58.3`
-> `6.58.4` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v6.58.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-6.58.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-6.58.3...grafana-6.58.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Enabling the ability to omit the REQ_USERNAME and
REQ_PASSWORD variables when sidecar.dashboards.skipReload is true by
[@&#8203;smbambling](https://togithub.com/smbambling) in
[grafana/helm-charts#2495

#### New Contributors

- [@&#8203;smbambling](https://togithub.com/smbambling) made their first
contribution in
[grafana/helm-charts#2495

**Full Changelog**:
grafana/helm-charts@oncall-1.3.12...grafana-6.58.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
doonga pushed a commit to doonga/greyrock-ops that referenced this pull request Jul 16, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.net)
([source](https://togithub.com/grafana/helm-charts)) | patch | `6.58.3`
-> `6.58.4` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v6.58.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-6.58.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-6.58.3...grafana-6.58.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Enabling the ability to omit the REQ_USERNAME and
REQ_PASSWORD variables when sidecar.dashboards.skipReload is true by
[@&#8203;smbambling](https://togithub.com/smbambling) in
[grafana/helm-charts#2495

#### New Contributors

- [@&#8203;smbambling](https://togithub.com/smbambling) made their first
contribution in
[grafana/helm-charts#2495

**Full Changelog**:
grafana/helm-charts@oncall-1.3.12...grafana-6.58.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: greyrock-bot <112729691+greyrock-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants