Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): Return useful error when no credentials are provided to … #50

Open
wants to merge 2 commits into
base: release-1.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.2

## Bug Fixes
- fix(base): Add additional logging to debug issue with K8SNS store type.
- fix(client): Handle skip TLS flag when passed to a job.

## Chores:
- chore(deps): Bump `Keyfactor.Logging` to `v1.1.2`
- chore(deps): Bump `Keyfactor.PKI` to `v5.5.0`

# 1.1.1

## Features
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Kubernetes Orchestrator Extension

The Kubernetes Orchestrator allows for the remote management of certificate stores defined in a Kubernetes cluster. The following types of Kubernetes resources are supported: kubernetes secrets of `kubernetes.io/tls` or `Opaque` and kubernetes certificates `certificates.k8s.io/v1`
The Kubernetes Orchestrator allows for the remote management of certificate stores defined in a Kubernetes cluster. The following types of Kubernetes resources are supported:
- Secrets - Kubernetes secrets of type `kubernetes.io/tls` or `Opaque`
- Certificates - Kubernetes certificates of type `certificates.k8s.io/v1`

#### Integration status: Production - Ready for use in production environments.

Expand Down
Loading