puppetlabs-java_ks icon indicating copy to clipboard operation
puppetlabs-java_ks copied to clipboard

Uses a combination of keytool and openssl to manage entries in a Java keystore

Results 10 puppetlabs-java_ks issues
Sort by recently updated
recently updated
newest added

## Use Case If `keytool` does not exist, sensitive Password is not “redacted” in Error-Message: ``` Error: /Stage[main]/Myprofilemodule/Java_ks[myRootCA]/ensure: change from 'absent' to 'latest' failed: Execution of 'keytool -importcert -noprompt -alias...

community

(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.1`

maintenance

## Use Case By default the java_ks module create the target file with owner `root` group `root` (on linux systems), while this can be "fixed" with a post ACL change...

community

Observe random errors in java_ks provider in PE2021.7.2 (puppet 7) environment, Amsazon Linux 2 agent, RHEL8 server ``` change from 'present' to 'latest' failed: Execution of 'keytool -v -printcert -file...

community

## Describe the Bug Consider java_ks { "$cert_alias:$truststore_path": ensure => latest, certificate => $cert_path_unique, trustcacerts => true, password => $truststore_passwd } If $cert_path_unique is a pem file which contains an...

community

(PF-3525) - pdk update for module pdk version: `3.2.0`

maintenance

Welcome to [Mend for GitHub.com](https://github.com/apps/mend-for-github-com) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light: Mend...

## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...

## Describe the Bug Running the latest elasticsearch module with elasticsearch 8.15.1 on Rocky 9 throws error: ``` Error: Execution of 'keytool -importkeystore -srcstoretype PKCS12 -destkeystore /etc/elasticsearch/elasticsearch.ks -srckeystore /tmp/elasticsearch_node.20241023-51377-1njhkrb -alias...

## Summary - Support removed for Puppet 7 - PDK Update applied - Unpin puppet_agent ## Checklist - [ ] 🟢 Spec tests. - [ ] 🟢 Acceptance tests. -...