Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | Merge pull request #37 from luchihoratiu/MODULES-10800 | mihaibuzgau | |
(MODULES-10800) Add GitHub Actions workflows | |||
2020-09-10 | (MODULES-10800) Add GitHub Actions workflows | Luchian Nemes | |
Added GitHub Actions workflows for `Static Code Analysis` and `Unit Tests` that run each time there is a new `pull request` or `git push`. `Unit tests` are also set to run every workday at `05:00:00 UTC`. The `.yaml` config files of `Travis` and `AppVeyor` have been removed. | |||
2020-09-08 | (maint) Remove 'puppet-module-dev' gem dependency | Luchian Nemes | |
In preparation for the Puppet 7 release, the `puppet-module-posix-dev-r2.7` and `puppet-module-posix-dev-r2.7` gems had to be removed from `Gemfile` due to the following dependency error: `puppet-module-posix-dev-r2.7` depends on `puppet_litmus` which depends on `bolt` which depends on `puppet` which is locked to a version below 7 Also added the needed gems that were lost in the above removal process. | |||
2020-09-08 | Merge pull request #36 from ↵ | ciprianbadescu | |
Dorin-Pleava/MODULES-10760/sshkeys_core_update_beaker_4 (MODULES-10760) Bump to beaker 4 | |||
2020-09-07 | (MODULES-10760) Bump to beaker 4 | Dorin Pleava | |
2020-09-07 | Merge pull request #35 from bastelfreak/MODULES-10765 | Gabriel Nagy | |
(MODULES-10765) Implement public key certificate support | |||
2020-09-06 | (MODULES-10765) Implement ecdsa-sha2-nistp521-cert-v01@openssh.com support | Tim Meusel | |
2020-09-06 | (MODULES-10765) Implement ecdsa-sha2-nistp384-cert-v01@openssh.com support | Tim Meusel | |
2020-09-06 | (MODULES-10765) Implement ecdsa-sha2-nistp256-cert-v01@openssh.com support | Tim Meusel | |
2020-09-06 | (MODULES-10765) Implement ssh-dss-cert-v01@openssh.com support | Tim Meusel | |
2020-09-06 | (MODULES-10765) Implement ssh-ed25519-cert-v01@openssh.com support | Tim Meusel | |
2020-08-06 | (MODULES-10765) Implement ssh-rsa-cert-v01@openssh.com support | Tim Meusel | |
2020-06-23 | Merge pull request #33 from jpogran/maint-update-puppet-vscode-id | Ethan J. Brown | |
(maint) Update Puppet VS Code Extension ID | |||
2020-06-22 | Merge pull request #34 from ciprianbadescu/release | Gabriel Nagy | |
(MODULES-10686) release preparation for 2.1.0 | |||
2020-06-22 | (MODULES-10686) release preparation for 2.1.0 | Ciprian Badescu | |
2020-06-22 | Merge pull request #30 from GabrielNagy/maint/update-user-tests | ciprianbadescu | |
(maint) Update user type specs to match new behavior | |||
2020-06-22 | (maint) Update user type specs to match new behavior | Gabriel Nagy | |
`purge_ssh_keys` behavior will change with the next Puppet release (6.16.0). This commit updates the tests to reflect the updated behavior. See https://github.com/puppetlabs/puppet/pull/8157. | |||
2020-06-17 | Merge pull request #32 from GabrielNagy/PUP-10510/purge-sshkeys | mihaibuzgau | |
(PUP-10510) Fix sshkeys not being correctly purged | |||
2020-06-04 | (maint) Update Puppet VS Code Extension ID | James Pogran | |
This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode` | |||
2020-05-29 | Merge pull request #31 from ↵ | mihaibuzgau | |
Dorin-Pleava/MODULES-10671/New_ssh_keys_types_open_ssh_8.2 (MODULES-10671) New SSH key types for OpenSSH 8.2 | |||
2020-05-27 | (PUP-10510) Fix sshkeys not being correctly purged | Gabriel Nagy | |
After adding support for composite namevars in version 2.0.0, the module lost the ability to purge sshkeys. This happens due to Puppet being unable to correctly match the names and types of the sshkeys to be purged. Part of the fix was done in https://github.com/puppetlabs/puppet/pull/8174, which changes how a resource is initialized if the provider implements a `title` method. Additionally, we add the key name and type to be included in the output shown by `puppet resource`. | |||
2020-05-25 | (MODULES-10671) New SSH key types for OpenSSH 8.2 | Dorin Pleava | |
Two new SSH key types were added on OpenSSH 8.2: sk-ecdsa-sha2-nistp256@openssh.com(alias ecdsa-sk) and sk-ssh-ed25519@openssh.com(alias ed25519-sk) | |||
2020-04-03 | (maint) Update codeowners | Josh Cooper | |
2020-03-13 | Merge pull request #28 from ciprianbadescu/release | mihaibuzgau | |
Release preparation for 2.0.0 | |||
2020-03-12 | Release preparation for 2.0.0 | Ciprian Badescu | |
2020-03-10 | Merge pull request #27 from ciprianbadescu/MODULES-7613/use_composite_namevars | Luchi | |
(MODULES-7613) use name and type as composite namevar | |||
2020-02-25 | (MODULES-7613) use name and type as composite namevar | Ciprian Badescu | |
After this modification it will be possible to add two or more keys of different types for the same host | |||
2019-10-31 | Merge pull request #26 from puppetlabs/pdksync_release | Josh Cooper | |
pdksync - (maint) Prep for release | |||
2019-10-31 | Prep for release | mihaibuzgau | |
2019-10-24 | Merge pull request #24 from joshcooper/update_pdk_1.14 | Jorie Tappa | |
(maint) Update module using pdk 1.14.0 | |||
2019-10-24 | (maint) Update module using pdk 1.14.0 | Josh Cooper | |
Adds vscode recommendations | |||
2019-10-24 | Merge pull request #25 from puppetlabs/pdksync_update-pdk | Josh Cooper | |
pdksync - (maint) Enable changelog-generator | |||
2019-10-24 | (maint) Enable changelog-generator | mihaibuzgau | |
2019-10-24 | Merge pull request #20 from GabrielNagy/MODULES-9578/create-file-as-root | mihaibuzgau | |
(MODULES-9578) Create ssh_authorized_key in root path | |||
2019-10-23 | (MODULES-9578) Create authorized_key in root path | Gabriel Nagy | |
Previously, when the `target` property was set, the ssh_authorized_key resource could not create directories/files within root-owned paths. This behavior is due to the module switching context to the user, then attempting to create the directory/file as the specified user, ultimately failing because of insufficient permissions. This commit adds a new parameter, `drop_privileges` which when set to false allows the module to write a ssh_authorized_key file in a privileged path. Due to the possible security implications of this, the parameter must be manually specified in order to activate this functionality. A path is considered to be privileged/trusted if all of its ancestors: - do not contain any symlinks - have the same owner as the user who runs Puppet - are not world/group writable | |||
2019-08-20 | Merge pull request #21 from puppetlabs/fix-contributing-url | Josh Cooper | |
(maint) Fix broken readme URL and add codeowners file | |||
2019-08-20 | (maint) Add CODEOWNERS file | Gabriel Nagy | |
2019-08-14 | (maint) Fix broken contributing URL | Gabriel Nagy | |
2019-08-12 | (MODULES-9578) Add test for target attribute. | Robert Vincent | |
2019-08-12 | (MODULES-9578) Acceptance tests should remove the authorized_keys file. | Robert Vincent | |
2019-01-11 | Merge pull request #18 from melissa/1.0.2-release | Josh Cooper | |
(maint) Prep for 1.0.2 release | |||
2019-01-11 | (maint) Prep for 1.0.2 release | Melissa Stone | |
2019-01-09 | Merge pull request #16 from melissa/maint/master/add-license-file | Josh Cooper | |
(maint) add LICENSE file | |||
2019-01-09 | (maint) add LICENSE file | Melissa Stone | |
2019-01-08 | Merge pull request #17 from melissa/maint/master/update-pdk-1.8.0-templates | Josh Cooper | |
(maint) update PDK to 1.8.0; update all templates | |||
2019-01-08 | (maint) update PDK to 1.8.0; update all templates | Melissa Stone | |
2019-01-08 | Merge pull request #15 from puppetlabs/localization/master | Josh Cooper | |
(L10n) Updating translations for readmes/README_ja_JP.md | |||
2018-12-18 | (L10n) Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2018-11-29 | Merge pull request #14 from puppetlabs/anchors | Melissa | |
Add anchors for l10n | |||
2018-11-29 | Add anchors for l10n | Josh Cooper | |
Also remove relative link. |