Skip to content

Commit

Permalink
[CUBRIDMAN-217] add warning to acl reload (#540)
Browse files Browse the repository at this point in the history
add warning to acl list reload
  • Loading branch information
kisoo-han authored Sep 3, 2024
1 parent 8cec3e4 commit cd369ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/admin/control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,8 @@ To configure databases, database user IDs and IPs allowed to access the broker a

* <BR_NAME>: A broker name. If you specify this value, you can apply the changes only to specified brokers. If you omit it, you can apply the changes to all brokers.

.. note:: Existing connections are not affected by reconfiguration of the access control list using the acl reload command. It means, it is applied only to new connections. To take effect changes on the connected connections, the broker must be restarted.

To display the databases, database user IDs and IPs that are allowed to access the broker in running on the screen, use the following command.

::
Expand Down
2 changes: 2 additions & 0 deletions ko/admin/control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,8 @@ QUERY_EDITOR 브로커는 다음과 같은 응용의 접속 요청만을 허용

* <BR_NAME>: 브로커 이름. 이 값을 지정하면 특정 브로커만 변경 내용을 적용할 수 있으며, 생략하면 전체 브로커에 변경 내용을 적용한다.

.. note:: 현재 접속된 연결은 reload 명령을 이용한 access control list의 재구성에 영향을 받지 않는다. 즉, reload에 의한 재구성은 새로운 연결에만 적용되며, 재구성 전 접속된 연결에 변경된 access control list를 적용하기 위해서는 해당 브로커를 재시작해야 한다.

현재 구동 중인 브로커에서 허용하는 데이터베이스, 데이터베이스 사용자 ID, IP 목록, 최종 접속 시간을 화면에 출력하려면 다음 명령어를 사용한다.

::
Expand Down

0 comments on commit cd369ed

Please sign in to comment.