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

Add ability to import keys via keyserver #82

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add ability to import keys via keyserver #82

wants to merge 4 commits into from

Conversation

damacus
Copy link
Member

@damacus damacus commented Oct 24, 2023

Description

Add the ability to import keys via keyserver

Issues Resolved

#67

Check List

  • A summary of changes made is included in the CHANGELOG under ## Unreleased
  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

@damacus damacus requested a review from a team as a code owner October 24, 2023 12:52
@damacus damacus added the Release: Minor Release to Chef Supermarket as a minor release when merged label Oct 24, 2023
# Importing the specified key
gpg_key 'Import Ubuntu Key' do
keyserver 'keyserver.ubuntu.com'
key_fingerprint %w(409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When they change this it will break, so is there a way in test to get this value dynamically?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How will it break? I'm not following.

Signed-off-by: Dan Webb <[email protected]>
Signed-off-by: Dan Webb <[email protected]>
Signed-off-by: Dan Webb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release: Minor Release to Chef Supermarket as a minor release when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants