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

Authentication support for ELK #2298

Closed
os-virtualretail opened this issue Aug 19, 2020 · 0 comments
Closed

Authentication support for ELK #2298

os-virtualretail opened this issue Aug 19, 2020 · 0 comments
Labels
triage Needs to be triaged and prioritised accordingly

Comments

@os-virtualretail
Copy link
Contributor

Our ELK endpoints are authenticated so I used a sample sdp like

apiVersion: machinelearning.seldon.io/v1
kind: SeldonDeployment
metadata:
  name: iris-model-logging
  namespace: seldon-deploy            
spec:
  name: iris
  predictors:
  - graph:
      implementation: SKLEARN_SERVER
      modelUri: gs://seldon-models/sklearn/iris
      name: classifier
      logger: 
        url: https://<USERNAME>:<PASSWORD>@df65d4b2795d481dbe235733219ca518.eu-central-1.aws.cloud.es.io:9243/
        mode: all
    name: default
    replicas: 1
    svcOrchSpec: 
      env: 
        - name: SELDON_LOG_LEVEL 
          value: DEBUG 

made a few curl post to Seldon API

but

curl -u user:Pass "https://df65d4b2795d481dbe235733219ca518.eu-central-1.aws.cloud.es.io:9243/_cat/indices"

does not return anything for seldon so requesting authentication support for ELK Logging.

User/Pass can be taken from a Kubernetes Secret.

@os-virtualretail os-virtualretail added the triage Needs to be triaged and prioritised accordingly label Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged and prioritised accordingly
Projects
None yet
Development

No branches or pull requests

1 participant