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

Refactored crypto configuration #117

Merged
merged 2 commits into from
Sep 11, 2015
Merged

Refactored crypto configuration #117

merged 2 commits into from
Sep 11, 2015

Conversation

pith
Copy link
Member

@pith pith commented Sep 10, 2015

  • Move the master keystore and the master key to seed-bootstrap config
  • Changed some props keys
  • Allow to get the master keystore without running the kernel.
  • Add more configuration on KeyStores (type and provider)
  • Add SSL configuration

Merge #116 before

Breaking changes:

org.seedstack.seed.cryptography -> org.seedstack.seed.crypto

before

[org.seedstack.seed.cryptography.key.key1]
cert.resource=client.cer
keystore.alias=client
key.password=...

after

[org.seedstack.seed.cryptography.key.key1]
cert.resource=client.cer
alias=client
password=...

pith added 2 commits September 11, 2015 09:54
Factorize the logic to load props/properties in SeedConfigLoader.
The same logic is now applyied to the seed-boostrap files. The
props format is now available.
Move the master keystore and the master key
to seed-bootstrap config. Changed some props keys.
Allow to get the master keystore without running
the kernel.
pith added a commit that referenced this pull request Sep 11, 2015
Refactored crypto configuration
@pith pith merged commit 2e0482b into seedstack:master Sep 11, 2015
@pith pith removed the in progress label Sep 11, 2015
@pith pith deleted the load-keystore branch December 21, 2015 14:29
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.

1 participant