Skip to content

Add support for cert-authority - #107

Open
bwitt wants to merge 1 commit into
puppetlabs:mainfrom
bwitt:bwitt/cert-authority
Open

Add support for cert-authority#107
bwitt wants to merge 1 commit into
puppetlabs:mainfrom
bwitt:bwitt/cert-authority

Conversation

@bwitt

@bwitt bwitt commented Sep 4, 2025

Copy link
Copy Markdown

Add support for ssh_key type cert-authority by using a new marker param

Add tests and acceptance test too.

Example:

sshkey { '*.example.com':
  ensure => present,
  type   => 'ssh-rsa',
  marker => 'cert-authority',   # or 'revoked'
  key    => 'AAAA…',
}

results in

@cert-authority *.example.com ssh-rsa <key>

Fixes #89

@bwitt
bwitt requested a review from a team as a code owner September 4, 2025 06:16
@bwitt
bwitt force-pushed the bwitt/cert-authority branch 3 times, most recently from 65df3f6 to b2266a5 Compare August 22, 2026 05:57
@bwitt

bwitt commented Aug 22, 2026

Copy link
Copy Markdown
Author

@jst-cyr would it be possible to get this one reviewed? thanks!

@bwitt
bwitt force-pushed the bwitt/cert-authority branch from b2266a5 to 15bf928 Compare August 22, 2026 06:19
Signed-off-by: Brian Witt <brianwitt@gmail.com>
@jst-cyr

jst-cyr commented Aug 24, 2026

Copy link
Copy Markdown
Member

Running CI tests for this PR here: #117

@jst-cyr

jst-cyr commented Aug 24, 2026

Copy link
Copy Markdown
Member

@deric : This one requires somebody from our Phoenix engineering team to do the code review.

I did kick off the acceptance testing and the results are all green.

Acceptance tests: https://github.com/puppetlabs/puppetlabs-sshkeys_core/actions/runs/32731008083

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.

support sshkey of type cert-authority

2 participants