File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ async fn main(ctx: Context) -> Result<()> {
264
264
" production" ,
265
265
);
266
266
let allow_production_outgoing = OutgoingAbac :: create_name_value (
267
- & ctx ,
267
+ ctx . get_router_context () ,
268
268
node . identities_attributes (),
269
269
Some (issuer ),
270
270
" cluster" ,
@@ -337,7 +337,7 @@ async fn main(ctx: Context) -> Result<()> {
337
337
let tcp = node . create_tcp_transport ()? ;
338
338
339
339
// Create an Identity representing the client
340
- // We preload the client vault with a change history and secret key corresponding to the identity identifier
340
+ // We preload the client vault with a change history and secret key corresponding to the identifier
341
341
// Ie70dc5545d64724880257acb32b8851e7dd1dd57076838991bc343165df71bfe
342
342
// which is an identifier known to the credential issuer, with some preset attributes
343
343
//
You can’t perform that action at this time.
0 commit comments