-
-
25 Feb 2020 09:51:59 UTC
- Distribution: Consul
- Module version: 0.027
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (7)
- Testers (340 / 4 / 0)
- Kwalitee
Bus factor: 2- 46.39% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (23.77KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Consul::API::ACL - Access control API
SYNOPSIS
use Consul; my $acl = Consul->acl;
DESCRIPTION
The ACL API is used to create, update, destroy, and query ACL tokens.
This API is fully documented at https://www.consul.io/docs/agent/http/acl.html.
METHODS
create
update
destroy
info
clone
list
SEE ALSO
L<Consul>
Module Install Instructions
To install Consul, copy and paste the appropriate command in to your terminal.
cpanm Consul
perl -MCPAN -e shell install Consul
For more information on module installation, please visit the detailed CPAN module installation guide.