You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/07/21 06:17:58 UTC

[pulsar] branch master updated: [docs] add security warning on standalone doc (#4719)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b897f5e  [docs] add security warning on standalone doc (#4719)
b897f5e is described below

commit b897f5e1e334696a57084d827de563199f89160b
Author: Brandon <br...@users.noreply.github.com>
AuthorDate: Sun Jul 21 14:17:53 2019 +0800

    [docs] add security warning on standalone doc (#4719)
    
    * [docs] add security warning on standalone doc
    
    Add a fair warning on standalone get start document.  Since by default configure, Pulsar can be accessed from remote server without any authentication, encryption, authentication.  So a fair warning to the user is critical to avoid any unexpected security risks.
---
 site2/docs/getting-started-standalone.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/docs/getting-started-standalone.md b/site2/docs/getting-started-standalone.md
index ef13d99..647dade 100644
--- a/site2/docs/getting-started-standalone.md
+++ b/site2/docs/getting-started-standalone.md
@@ -171,6 +171,8 @@ If you have started Pulsar successfully, you will see `INFO`-level log messages
 > * The service is running on your terminal, which is under your direct control. If you need to run other commands, open a new terminal window.  
 You can also run the service as a background process using the `pulsar-daemon start standalone` command. For more information, see [pulsar-daemon](https://pulsar.apache.org/docs/en/reference-cli-tools/#pulsar-daemon).
 > 
+> * By default, there is no encryption, authentication, or authorization configured. Apache Pulsar can be accessed from remote server without any authorization. Please do check [Security Overview](security-overview.md.md) document to secure your deployment.
+>
 > * When you start a local standalone cluster, a `public/default` [namespace](concepts-messaging.md#namespaces) is created automatically. The namespace is used for development purposes. All Pulsar topics are managed within namespaces. For more information, see [Topics](concepts-messaging.md#topics).
 
 ## Use Pulsar standalone