wazo-platform / wazo-auth-keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wazo-auth-keys Build Status

A small tool to automatically provision/configure service keys in Wazo.

Pre-requisite

Configuration to connect to the wazo-auth daemon are fetched from the wazo-auth-cli configuration. It is possible to specify the wazo-auth-cli configuration directory with the --wazo-auth-cli-config option or with the environment variable WAZO_AUTH_CLI_CONFIG. See the wazo-auth-cli documentation for more information.

Configuration

Configuration file is at the following location:

/etc/wazo-auth-keys/config.yml

The /etc/wazo-auth-keys/config.yml is the default configuration file shipped with the debian package. This file should not be modified but can be used as a reference.

wazo-auth-keys --config ~/.config/wazo-auth-keys/config.yml

Commands

Completion

wazo-auth-keys complete > /etc/bash_completion.d/wazo-auth-keys

Services

Updating services

wazo-auth-keys service update

Cleaning service

wazo-auth-keys service clean

About

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:Makefile 1.6%Language:Shell 0.5%