-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MAISTRA-624] Use basic HTTP auth for internal communication
Between kiali, grafana and prometheus. This way we can get rid of cluster role bindings.
- Loading branch information
Showing
10 changed files
with
57 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
helm/istio/charts/grafana/templates/meshclusterrolebinding.yaml
This file was deleted.
Oops, something went wrong.
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
21 changes: 0 additions & 21 deletions
21
helm/istio/charts/prometheus/templates/meshclusterrole.yaml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
helm/istio/charts/prometheus/templates/meshclusterrolebindings.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
...prometheus/templates/htpasswd-secret.yaml → helm/istio/templates/htpasswd-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 |
---|---|---|
@@ -1,13 +1,14 @@ | ||
apiVersion: v1 | ||
data: | ||
auth: "" | ||
rawPassword: "" | ||
kind: Secret | ||
metadata: | ||
name: prometheus-htpasswd | ||
name: htpasswd | ||
namespace: {{ .Release.Namespace }} | ||
labels: | ||
app: prometheus | ||
chart: {{ template "prometheus.chart" . }} | ||
app: istio | ||
chart: {{ template "istio.chart" . }} | ||
heritage: {{ .Release.Service }} | ||
release: {{ .Release.Name }} | ||
type: Opaque |
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
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