-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18877 from rpastrana/HPCC-32240-NEWGrafanaLogacce…
…ssSecretImprovement HPCC-32240 Grafana/Loki logaccess client secret improvements Reviewed-by: Gavin Halliday <[email protected]> Merged-by: Gavin Halliday <[email protected]>
- Loading branch information
Showing
5 changed files
with
99 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
helm/managed/logging/loki-stack/grafana-logaccess-secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: grafana-logaccess | ||
type: Opaque | ||
data: | ||
#Base64 encoded username and password for Grafana | ||
#can be encoded using the following command: | ||
# echo -n 'admin' | base64 | ||
username: YWRtaW4= | ||
# echo -n 'whatevergrafanapassword' | base64 | ||
password: d2hhdGV2ZXJncmFmYW5hcGFzc3dvcmQ= |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.