Skip to content

Commit

Permalink
Merge pull request #2235 from vparfonov/revert-2233-log1923
Browse files Browse the repository at this point in the history
Revert "LOG-1923:Fix username according to the subject in certificates"
  • Loading branch information
openshift-merge-robot committed Jan 20, 2022
2 parents 50126fb + 1f7f990 commit 29ece4f
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=Logging,O=OpenShift'
server_username: 'CN=system.logging.kibana,OU=OpenShift,O=Logging'
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=Logging,O=OpenShift"
elasticsearch.username: "CN=system.logging.kibana,OU=OpenShift,O=Logging"
#elasticsearch.password: "pass"

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

0 comments on commit 29ece4f

Please sign in to comment.