What is the environment variable names for the open search_dashboards.yml properties

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.6.0

Describe the issue:

What is the environment variable name for the below properties available in the open search_dashboards.yaml file

  1. server.host
  1.   server.basePath
    
  2.   server.rewriteBasePath
    
  3.   opensearch.hosts
    
  4.   opensearch_security.auth.type
    
  5.   opensearch_security.auth.multiple_auth_enabled
    
  6.   opensearch_security.openid.connect_url
    
  7.   opensearch_security.openid.client_id
    
  8.   opensearch_security.openid.client_secret
    
  9.   opensearch_security.openid.base_redirect_url
    
  10.   opensearch_security.auth.anonymous_auth_enable
    
  11.   opensearch.username
    
  12.   opensearch.password
    

Configuration:

Relevant Logs or Screenshots:

@Soorya

server.host - SERVER_HOST
server.basePAth - SERVER_BASEPATH
server.rewriteBasePath - SERVER_REWRITEBASEPATH
opensearch.hosts - OPENSEARCH_HOSTS
opensearch.username - OPENSEARCH_USERNAME
opensearch.password - OPENSEARCH_PASSWORD

As far as I know, you can’t pass security plugin settings as environment variables as the security plugin expects them in opensearch.yml and opensearch_dashboards.yml files.