elastic / elastic/elastic-package

Export package from SAML-authed kibana

Open
#358 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
72
Forks
141
Avg merge
19h 42m
Merged PRs (30d)
55

Description

@ycombinator mentioned to me that you could use the `export` subcommand against a non-local kibana via environment variables:

```
export ELASTIC_PACKAGE_ELASTICSEARCH_HOST=http://127.0.0.1:9200
export ELASTIC_PACKAGE_KIBANA_HOST=http://127.0.0.1:5601
export ELASTIC_PACKAGE_ELASTICSEARCH_USERNAME=...
export ELASTIC_PACKAGE_ELASTICSEARCH_PASSWORD=...
```

But only if basic auth is supported.

It'd be good to have a case to cover kibanas that are authed via SAML (or possibly other mechanisms).

Some thoughts I had that might help here:

- have something in the kibana UI handle the via the browser
- guide the user to provision/use API keys

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.