Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/k8shandler/kibana/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ func newKibanaPodSpec(cluster *KibanaRequest, elasticsearchName string, proxyCon
fmt.Sprintf("-client-id=system:serviceaccount:%s:kibana", cluster.cluster.Namespace),
"-client-secret-file=/var/run/secrets/kubernetes.io/serviceaccount/token",
"-cookie-secret-file=/secret/session-secret",
"-cookie-refresh=10s",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a matching test for this or is that a different proxy conf for maybe the es-proxy?

otherwise /lgtm

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcantrill i think that is a different proxy conf

"-cookie-expire=24h",
"-skip-provider-button",
"-upstream=http://localhost:5601",
"-scope=user:info user:check-access user:list-projects",
"--tls-cert=/secret/server-cert",
Expand Down