Skip to content

Commit

Permalink
Merge pull request #2233 from vparfonov/log1923
Browse files Browse the repository at this point in the history
LOG-1923:Fix username according to the subject in certificates
  • Loading branch information
openshift-merge-robot committed Jan 18, 2022
2 parents 4a4a286 + 5385a57 commit 50126fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/sgconfig/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opendistro_security:
dynamic:
kibana:
server_username: 'CN=system.logging.kibana,OU=OpenShift,O=Logging'
server_username: 'CN=system.logging.kibana,OU=Logging,O=OpenShift'
do_not_fail_on_forbidden: true
http:
xff:
Expand Down
2 changes: 1 addition & 1 deletion kibana/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kibana.defaultAppId: "discover"
# the username and password that the Kibana server uses to perform maintenance on the Kibana
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
# is proxied through the Kibana server.
elasticsearch.username: "CN=system.logging.kibana,OU=OpenShift,O=Logging"
elasticsearch.username: "CN=system.logging.kibana,OU=Logging,O=OpenShift"
#elasticsearch.password: "pass"

# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
Expand Down

0 comments on commit 50126fb

Please sign in to comment.