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
Copy file name to clipboardExpand all lines: backend/basic/src/spi.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
//! 1. The binding relationship between each SPI backend implementation and the corresponding tenant or application must be bound before use,
53
53
//! and the binding relationship is stored in ``rbum_rel``, with the tag as ``spi_ident``
54
54
//! 1. No request authentication is done.
55
-
//! The SPI service trusts the authentication information carried by the request (``owner`` in ``TardisContext``, corresponding to the Id of the tenant or application).
55
+
//! The SPI service trusts the authentication information carried by the request (``ak`` in ``TardisContext``, corresponding to the Id of the tenant or application).
56
56
//! The authentication logic will be implemented uniformly by the gateway
57
57
//! 1. Delayed initialization.
58
58
//! The backend implementation of each SPI service is initialized (client generated) only when called for the first time to reduce resource consumption at startup.
0 commit comments