This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch signer-service
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 5cb1298ae initial signer service implementation
add f21b7aa69 maintain a denied list for the extensions in client config
and move the force-command to the certificate issuance
No new revisions were added by this update.
Summary of changes:
signer/internal/audit/logger.go | 6 +++
signer/internal/cert/signer.go | 6 +--
signer/internal/cert/signer_test.go | 6 ++-
signer/internal/handler/certificates.go | 30 ++++++++-----
signer/internal/handler/sign.go | 68 ++++++++++++++++++++---------
signer/internal/policy/enforcer.go | 17 ++++++--
signer/internal/policy/enforcer_test.go | 57 +++++++++++++++---------
signer/internal/store/certificate_query.go | 28 ++++++++++++
signer/internal/store/client_config.go | 22 +++-------
signer/internal/store/issuance_log.go | 21 ++++++---
signer/migrations/001_initial_schema.up.sql | 5 ++-
11 files changed, 179 insertions(+), 87 deletions(-)