summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Trufan <31186388+ctrufan@users.noreply.github.com>2019-08-17 15:32:02 -0400
committerFelix Fontein <felix@fontein.de>2019-08-17 21:32:02 +0200
commit86366530e8e96312ed8cfd33d86a3c55a7ac9667 (patch)
tree6962e4b7731ad31b57fac61126684bdf4cf4226c /.github
parentab07c206aa647dce1bc1c6a03a9b799fe5580d5f (diff)
downloadansible-86366530e8e96312ed8cfd33d86a3c55a7ac9667.tar.gz
Entrust Datacard - Support for "entrust" provider in openssl_certificate module (#59272)
* Addition of entrust provider to openssl_certificate module * Fix native return values of error messages and JSON response. * Documentation and syntax fixes per ansibot. * Refactored structure of for loop due to ansible test failures in python 2.6 * Remove OCSP functionality for inclusion in possible seperate future pull request. * Remove reissue support. * Indicate the entrust parameters are specific to entrust. * Comment fixes to make it clear module_utils request is used. * Fixes to not_after documentation * Response to pull request comments and cleanup of error handling for bad connections to properly use the 'six' HttpError for compatibility with both Python 2/3 underlying url libraries. * pep8/pycodestyle fixes. * Added code fragment and response to comments. * Update license to simplified BSD * Fixed botmeta typo * Include license text in api.yml * Remove unsupported certificate types, and always submit an explicit organization to match organization in CSR * Fix documentation misquote, add expired to a comment, and fix path check timing. * Update changelogs/fragments/59272-support-for-entrust-provider-in-openssl_certificate_module.yaml Co-Authored-By: Felix Fontein <felix@fontein.de>
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index c44a8970ea..7a3da168e0 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -216,6 +216,8 @@ files:
labels: crypto
maintainers: $team_crypto
supershipit: felixfontein
+ $modules/crypto/openssl_certificate.py:
+ maintainers: ctrufan
$modules/database/influxdb/: kamsz
$modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988
$modules/database/mysql/: &mysql
@@ -668,6 +670,7 @@ files:
labels:
- aws
- cloud
+ maintainers: ctrufan $team_crypto
$module_utils/facts:
support: core
$module_utils/facts/hardware/aix.py: *aix