Skip to content

Commit

Permalink
Add CredentialSecret class to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed May 13, 2019
1 parent d75c146 commit 9ac31c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseplate/secrets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from .store import (
CorruptSecretError,
CredentialSecret,
SecretNotFoundError,
SecretsNotAvailableError,
SecretsStore,
Expand All @@ -17,6 +18,7 @@

__all__ = [
"CorruptSecretError",
"CredentialSecret",
"SecretNotFoundError",
"SecretsNotAvailableError",
"SecretsStore",
Expand Down
3 changes: 3 additions & 0 deletions docs/baseplate/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ fetcher daemon.
.. autoclass:: VersionedSecret
:members:

.. autoclass:: CredentialSecret
:members:

Exceptions
~~~~~~~~~~

Expand Down

0 comments on commit 9ac31c6

Please sign in to comment.