Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.4. Configuring Roles for the Administrative Protocols
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
By configuring each of the administrative functions to use a different role for authorization, you can provide fine grained control over who can monitor and manipulate running containers.
Administration protocols 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
You can independently configure roles for the following different administrative protocols:
- SSH (remote console login)
- JMX management
- Web console
Default role 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The default role name for all of the administration protocols is set by the
karaf.admin.role
property in the Red Hat JBoss Fuse's etc/system.properties
file. For example, the default setting of karaf.admin.role
is:
karaf.admin.role=admin
karaf.admin.role=admin
You have the option of overriding the default
admin
role set by karaf.admin.role
for each of the administrative protocols.
Changing the remote console's role 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To override the default role for the remote console add a
sshRole
property to the org.apache.karaf.shell
PID. The following sets the role to admin
:
sshRole=admin
sshRole=admin
Changing the JMX role 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To override the default role for JMX add a
jmxRole
property to the org.apache.karaf.management
PID. The following sets the role to jmx
:
jmxRole=jmx
jmxRole=jmx