Skip to content

Commit

Permalink
Merge pull request #57 from voyvodov/vault_pki
Browse files Browse the repository at this point in the history
Fixes #56
  • Loading branch information
lkubb authored Jul 23, 2024
2 parents 4787253 + 350d428 commit e5a0de8
Show file tree
Hide file tree
Showing 22 changed files with 3,335 additions and 10 deletions.
1 change: 1 addition & 0 deletions changelog/58.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added vault_pki modules for interfacing with the PKI backend and managing X.509 certificates
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Currently, you can
* manage and dynamically retrieve secrets from the KV v1 and v2 secret backends
* manage Vault policies
* manage the Database secret engine
* manage and issue certificates via the PKI secret engine
* request, renew and monitor short-lived database credentials
* write your own modules on top of the provided utilities

Expand Down
1 change: 1 addition & 0 deletions docs/ref/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ _________________

vault
vault_db
vault_pki
5 changes: 5 additions & 0 deletions docs/ref/modules/saltext.vault.modules.vault_pki.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
``vault_pki``
=============

.. automodule:: saltext.vault.modules.vault_pki
:members:
1 change: 1 addition & 0 deletions docs/ref/states/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ _____________

vault
vault_db
vault_pki
5 changes: 5 additions & 0 deletions docs/ref/states/saltext.vault.states.vault_pki.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
``vault_pki``
=============

.. automodule:: saltext.vault.states.vault_pki
:members:
1 change: 1 addition & 0 deletions docs/ref/utils/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ _________
vault.helpers
vault.kv
vault.leases
vault.pki
versions
5 changes: 5 additions & 0 deletions docs/ref/utils/saltext.vault.utils.vault.pki.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
saltext.vault.utils.vault.pki
=============================

.. automodule:: saltext.vault.utils.vault.pki
:members:
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ requires-python = ">= 3.8"
dynamic = ["version"]
dependencies = [
"salt>=3006",
"cryptography>=36",
]

[project.readme]
Expand Down
Loading

0 comments on commit e5a0de8

Please sign in to comment.