Skip to content

Commit

Permalink
[DOCS] [7.6] Admonition for Apple notarization warning (#51692)
Browse files Browse the repository at this point in the history
macOS Catalina requires software to be notarized by Apple prior to
distribution. If software is not notarized, Apple may display an
'unidentified developer' warning that prevents the software from
running.

This adds a related note to our macOS installation instructions and
provides a link to workaround instructions from Apple.
  • Loading branch information
jrodewig authored Feb 4, 2020
1 parent 31a7c8a commit 29678d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/reference/setup/install/targz-start.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
==== Running Elasticsearch from the command line

[IMPORTANT]
.Unidentified developer warnings
====
Apple's rollout of stricter notarization requirements affected the notarization
of the {version} {es} artifacts. If macOS Catalina displays an unidentified
developer warning when you first run {es}, you will need to add a security
override.
To add a security override, follow the instructions in
https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac[Open
a Mac app from an unidentified developer].
====

Elasticsearch can be started from the command line as follows:

[source,sh]
Expand Down

0 comments on commit 29678d1

Please sign in to comment.