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

[BUG]The ECS task or the Opensearch dashboards' docker-compose.yml file doesn't recognize SAML configs #135

Open
madhankb opened this issue Dec 8, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@madhankb
Copy link

madhankb commented Dec 8, 2023

Describe the bug
When connecting a standalone OpenSearch dashboards with the SAML authenticated managed service domain, the SAML configurations are not accepted in the ECS task or in the docker-compose.yml file.

To Reproduce
Steps to reproduce the behavior:

  1. Create a OpenSearch dashboards ECS task or docker-compose.yml file like below
version: '3'
services:
  opensearch-dashboards:
    image: opensearchproject/opensearch-dashboards:2.5.0
    container_name: opensearch-dashboards
    ports:
      - 5601:5601
    expose:
      - "5601"
    environment:
      opensearch.hosts: '["https://vpc-saml-2-3cue34.ap-south-1.es.amazonaws.com"]'
      opensearch.username: 'xxx'
      opensearch.password: 'xxxx'
      opensearch_security.auth.type: "saml"
      server.xsrf.allowlist: ["/_opendistro/_security/saml/acs"]
    networks:
      - opensearch-net
networks:
  opensearch-net:

Expected behavior
When the standalone OSD endpoint is hit, it has to go to SAML application instead it goes to the dashboards home page and requires the customer to enter basic http username and password.

@madhankb madhankb added bug Something isn't working untriaged Issues that have not yet been triaged labels Dec 8, 2023
@dblock dblock transferred this issue from opensearch-project/OpenSearch Dec 8, 2023
@prudhvigodithi prudhvigodithi removed the untriaged Issues that have not yet been triaged label Dec 19, 2023
@madhankb
Copy link
Author

I have tried all and it is not working!

@madhankb
Copy link
Author

Can we triage this and get this fixed please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants