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

Enable certs to be loaded from a remote resource #85

Open
dmikusa opened this issue Feb 1, 2022 · 0 comments
Open

Enable certs to be loaded from a remote resource #85

dmikusa opened this issue Feb 1, 2022 · 0 comments
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Feb 1, 2022

At present, a binding must exist or a buildplan entry must exist to specify a cert that should be added. It would be helpful if certificates could be loaded remotely. Perhaps through a URL to either a certificate file or a zip of certificate files.

Unresolved questions:

  • are there security implications to consider loading them remotely?
  • do we need to take the expected sha256 hash of the cert, and validate before loading the remote cert?
  • do we use a binding to specify the URL or env variable?
  • do we need to support auth? (if that's the case, then we'd need to use a binding)
@dmikusa dmikusa added semver:minor A change requiring a minor version bump type:enhancement A general enhancement labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant