Skip to content

Commit

Permalink
[docs] add security warning on standalone doc (apache#4719)
Browse files Browse the repository at this point in the history
* [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.
  • Loading branch information
brandonJY authored and sijie committed Jul 21, 2019
1 parent 26fc4ef commit b897f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site2/docs/getting-started-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b897f5e

Please sign in to comment.