Skip to content

Commit 508c21d

Browse files
committed
DOCSP-45119-REST-API-security
1 parent 634bf8f commit 508c21d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/api-docs.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ How the REST API Works
3333

3434
The Relational Migrator REST API runs on the client computer or server
3535
on which you install Relational Migrator. By default, Relational
36-
Migrator does not expose the API to any remote computers. You must make
37-
all calls to API on the same computer that you are running Relational
38-
Migrator on.
36+
Migrator does not expose the API to any remote computers. If you use the
37+
default security settings, you must make all calls to the API on the
38+
same computer that you are running Relational Migrator on.
3939

4040
If you want to remotely access the REST API, configure the
4141
``unattended`` profile by :ref:`installing Relational Migrator on an
4242
unattended server <unattended-server>`.
4343

4444
.. warning::
4545

46-
The REST API does not support authentication. If you use an
47-
``unattended`` profile, users do not need to authenticate to call the
48-
API. Using remote access may cause security vulnterabilities.
46+
The REST API does not support authentication. If you enable remote
47+
access, users do not need to authenticate to call the API which may
48+
cause security vulnterabilities.
4949

5050
When to Use REST API
5151
--------------------

0 commit comments

Comments
 (0)