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

Combine chain certs #18

Closed
wants to merge 47 commits into from
Closed

Combine chain certs #18

wants to merge 47 commits into from

Conversation

joevanwanzeeleKF
Copy link
Contributor

  • Added support for storing certs in sub-paths

  • Updated documentation to specify storing the token as a secret.

  • Breaking Change: the properties have been renamed from:

    • PUBLIC_KEY to certificate
    • PRIVATE_KEY to private_key
    • PUBLIC_KEY_<n> for each CA chain certificate to ca_chain
  • Breaking Change: Added a flag on the Keyfactor Certificate store definition to indicate whether to store the full CA chain along with the certificate

  • ca_chain contains all certificates in the CA chain, including the leaf.

joevanwanzeeleKF and others added 30 commits February 17, 2023 13:48
Approving Adam's changes to store the unencrypted private key and not the secret.
Allows Cert Stores to be allow a boolean value for SubfolderInventory. Allows inventory to be done on a root storepath and all of the component/subdirectories. Included documentation update to README.md
Adds toggle for recursive subfolder inventory
Keyfactor and others added 17 commits May 2, 2023 18:04
Ran into errors when a storePath contained secrets that were not in the correct format. If the secret did not contain the keys PUBLIC_KEY, and PRIVATE_KEY inventory jobs would stop and discontinue. (At the point it met the "unexpected" secret)

Code implemented here will ignore secrets that do not include the correct keys in the "secret".

Added a note in regards to this to the documentation.
…rets

Adding InputValidation for KeyValue secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants