
1. Adds the passphrases generation capability in Pegleg CLI, so that pegleg can generation random passwords based on a specification declared in pegleg/PassphrasesCatalog documents 2. Pegleg also wraps the generated passphrase documents in pegleg managed documents, and encrypts the data. 3. Adds unit test cases for passphrase generation. 4. Updates pegleg CLI document. Change-Id: I21d7668788cc24a8e0cc9cb0fb11df97600d0090
87 lines
2.1 KiB
ReStructuredText
87 lines
2.1 KiB
ReStructuredText
..
|
|
Copyright 2018 AT&T Intellectual Property.
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
Pegleg Exceptions
|
|
==================
|
|
|
|
Base Exceptions
|
|
---------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.PeglegBaseException
|
|
:members:
|
|
:undoc-members:
|
|
|
|
Git Exceptions
|
|
--------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitConfigException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitAuthException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitProxyException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitSSHException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitInvalidRepoException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Authentication Exceptions
|
|
-------------------------
|
|
|
|
.. autoexception:: pegleg.engine.util.shipyard_helper.AuthValuesError
|
|
:members:
|
|
:undoc-members:
|
|
|
|
PKI Exceptions
|
|
--------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.IncompletePKIPairError
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Passphrase Exceptions
|
|
---------------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.PassphraseSchemaNotFoundException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.PassphraseCatalogNotFoundException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|