kubernetes-sigs / krew-index

Plugin index for https://github.com/kubernetes-sigs/krew. This repo is for plugin maintainers.
https://krew.sigs.k8s.io
Apache License 2.0
633 stars 483 forks source link

Add encrypted-kubeconfig to krew plugins #4042

Closed BernhardGruen closed 2 weeks ago

BernhardGruen commented 3 weeks ago

This change adds encrypted-kubeconfig to the list of krew plugins.

The plugin encrypted-kubeconfig provides a way to work with encrypted KUBECONFIG files. The plugin itself is also able to convert a non encrypted KUBECONFIG file into an encrypted file. The encryption part is done using age and the key used to decrypt the KUBECONFIG file later on gets stored into the systems keyring (Linux, Mac and Windows is supported) using the go-keyring library.

The idea behind this plugin is to provide encryption at rest for KUBECONFIG files and thus providing an additional security layer for worst case scenarios.

ahmetb commented 3 weeks ago

:robot: Beep beep! I’m a robot speaking on behalf of @ahmetb. :robot:


Thanks for submitting your kubectl plugin to Krew! One of the krew-index maintainers will review it soon. Note that the reviews for new plugin submissions may take a few days.

In the meanwhile, here are a few tips to make your plugin manifest better:

Thanks for your patience! /kind new-plugin

linux-foundation-easycla[bot] commented 3 weeks ago

CLA Signed

The committers listed above are authorized under a signed CLA.

k8s-ci-robot commented 3 weeks ago

Welcome @BernhardGruen!

It looks like this is your first PR to kubernetes-sigs/krew-index 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/krew-index has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. :smiley:

BernhardGruen commented 2 weeks ago

Thank you @ahmetb for your review. I just updated the plugin's description and also added a homepage link.

ahmetb commented 2 weeks ago

/lgtm /approve Thanks! Also, please consider setting up Krew release automation which helps you skip manually making updates to your Krew manifests on each new version and send a pull request. It’s a GitHub workflow bot that can run every time you push a new tag. Those PRs are automatically approved.

k8s-ci-robot commented 2 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahmetb, BernhardGruen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/krew-index/blob/master/OWNERS)~~ [ahmetb] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment