Knowee
Questions
Features
Study Tools

While working on a project using Hyperledger, if you need to write an explicit policy/rule for admin, then which of the following syntaxes can be used?Policies:<br /> Admins:<br /> Type: Signature<br /> Rules: “OR(‘OrderedMSP.admin’)”Policies:<br /> Admins:<br /> Type: Signature<br /> Rules: ‘AND(“OrderedMSP.admin’)”Policies:<br /> Admins:<br /> Type: ImplicitMeta<br /> Policy: “OR(‘admin.Orderedmsp’)”Policies:<br /> Admin:<br /> Type: ImplicitMeta<br /> Rules: ‘AND(“admin”)’

Question

While working on a project using Hyperledger, if you need to write an explicit policy/rule for admin, then which of the following syntaxes can be used?Policies:<br /> Admins:<br /> Type: Signature<br /> Rules: “OR(‘OrderedMSP.admin’)”Policies:<br /> Admins:<br /> Type: Signature<br /> Rules: ‘AND(“OrderedMSP.admin’)”Policies:<br /> Admins:<br /> Type: ImplicitMeta<br /> Policy: “OR(‘admin.Orderedmsp’)”Policies:<br /> Admin:<br /> Type: ImplicitMeta<br /> Rules: ‘AND(“admin”)’

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct syntax for writing an explicit policy/rule for admin in Hyperledger would be:

Policies: Admins: Type: Signature Rules: “OR(‘OrderedMSP.admin’)”

This syntax is used to define a policy named "Admins" that requires a signature from an admin of the OrderedMSP. The "OR" in the rule means that only one admin's signature is needed to satisfy the policy.

Similar Questions

In Hyperledger Fabric, which of the following files contain/define the policies governed by the orderer?configtx.yamlconfigsys.jscore.yamlchaincode.js

A___communicates general rules that cut across the entire organization • guidelineO procedureO policy principles documentO policy definitions document

While working in Hyperledger, which of the following is correct about Certificate Authority?Hyperledger supports the root CA and intermediate CA for signing certificates. The root CA signs the certificate and assigns intermediate CAs to sign it as wellHyperledger supports the root CA and intermediate CA for signing certificates. The root CA will assign intermediate CAs, and the intermediate CA will sign the certificateHyperledger supports root CA and intermediate CAs. The root CA signs the certificate and assigns intermediate CAs, who in turn can assign other intermediate CAs in addition to signing the certificateHyperledger supports only a single root CA for signing certificates

While working in Hyperledger, which of the following is correct about Certificate Authority?Hyperledger supports root CA and intermediate CAs. The root CA signs the certificate and assigns intermediate CAs, who in turn can assign other intermediate CAs in addition to signing the certificateHyperledger supports only a single root CA for signing certificatesHyperledger supports the root CA and intermediate CA for signing certificates. The root CA signs the certificate and assigns intermediate CAs to sign it as wellHyperledger supports the root CA and intermediate CA for signing certificates. The root CA will assign intermediate CAs, and the intermediate CA will sign the certificate

While working in Hyperledger, which of the following is correct about Certificate Authority?Hyperledger supports the root CA and intermediate CA for signing certificates. The root CA will assign intermediate CAs, and the intermediate CA will sign the certificateHyperledger supports the root CA and intermediate CA for signing certificates. The root CA signs the certificate and assigns intermediate CAs to sign it as wellHyperledger supports root CA and intermediate CAs. The root CA signs the certificate and assigns intermediate CAs, who in turn can assign other intermediate CAs in addition to signing the certificateHyperledger supports only a single root CA for signing certificates

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.