You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authority server must notify the backbone server that it will be used as the authority server for ABE. If this process occurs without any authorization procedures, an authority server could be registered to the backbone without the administrator's permission. An arbitrarily registered authority server could complicate vault management and lead to secret leaks due to careless use. Therefore, the backbone server must establish authentication/authorization mechanisms for the authority server.
Describe the solution you'd like
This issue can be resolved by implementing communication between the backbone server and the authority server via mTLS, as follows:
The backbone server issues a certificate for mTLS communication.
Configure the issued certificate on the authority server.
The authority server attempts to establish an mTLS connection using the issued certificate when communicating with the backbone server.
The backbone server verifies whether the certificate presented by the authority server was issued by itself.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Reference Issues
No response
Problem
The authority server must notify the backbone server that it will be used as the authority server for ABE. If this process occurs without any authorization procedures, an authority server could be registered to the backbone without the administrator's permission. An arbitrarily registered authority server could complicate vault management and lead to secret leaks due to careless use. Therefore, the backbone server must establish authentication/authorization mechanisms for the authority server.
Describe the solution you'd like
This issue can be resolved by implementing communication between the backbone server and the authority server via mTLS, as follows:
Additional context
No response
The text was updated successfully, but these errors were encountered: