Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new channel_acl module #551

Merged
merged 1 commit into from
Mar 24, 2021
Merged

Conversation

sstone1
Copy link
Contributor

@sstone1 sstone1 commented Mar 24, 2021

Introduce a new Ansible module, channel_acl, that can be used to manage the ACLs on a Hyperledger Fabric channel.

Example usage:

- name: Add the ACL to the channel
  ibm.blockchain_platform.channel_acl:
    state: present
    name: lscc/ChaincodeExists
    policy: /Channel/Application/Admins
    path: channel_config.bin

- name: Remove the ACL from the channel
  ibm.blockchain_platform.channel_acl:
    state: absent
    name: lscc/ChaincodeExists
    path: channel_config.bin

Signed-off-by: Simon Stone sstone1@uk.ibm.com

Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
@sstone1 sstone1 self-assigned this Mar 24, 2021
@sstone1 sstone1 merged commit 7bc6f33 into IBM-Blockchain:main Mar 24, 2021
@sstone1 sstone1 deleted the channel-acl branch March 24, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant