We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a11ec5 commit 74e03b3Copy full SHA for 74e03b3
crates/keybroker/src/broker.rs
@@ -561,12 +561,13 @@ impl AdminIdentity {
561
instance_name: String,
562
principal: AdminIdentityPrincipal,
563
access_token: String,
564
+ is_read_only: bool,
565
) -> Self {
566
Self {
567
instance_name,
568
principal,
569
key: access_token,
- is_read_only: false,
570
+ is_read_only,
571
}
572
573
0 commit comments