Skip to content

Commit 62bbd93

Browse files
actions-usermetaclips
authored andcommitted
update docs on release to ockam ref metaclips/ci_fix
1 parent 92c100e commit 62bbd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/libraries/rust/credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async fn main(ctx: Context) -> Result<()> {
264264
"production",
265265
);
266266
let allow_production_outgoing = OutgoingAbac::create_name_value(
267-
&ctx,
267+
ctx.get_router_context(),
268268
node.identities_attributes(),
269269
Some(issuer),
270270
"cluster",
@@ -337,7 +337,7 @@ async fn main(ctx: Context) -> Result<()> {
337337
let tcp = node.create_tcp_transport()?;
338338

339339
// 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
341341
// Ie70dc5545d64724880257acb32b8851e7dd1dd57076838991bc343165df71bfe
342342
// which is an identifier known to the credential issuer, with some preset attributes
343343
//

0 commit comments

Comments
 (0)