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

View K8s Secret Values #32

Closed
seifrajhi opened this issue Sep 30, 2024 · 2 comments
Closed

View K8s Secret Values #32

seifrajhi opened this issue Sep 30, 2024 · 2 comments
Labels
enhancement New feature or request released

Comments

@seifrajhi
Copy link

Description:
Currently, to view Kubernetes (K8s) secret values, we need to:

  1. Describe the secret.
  2. Get the secret data field.
  3. Decode it locally.

Proposed feature:
Add a feature to the JET-Pilot that allows us to view and copy K8s secret values directly.

@unxsist unxsist added the enhancement New feature or request label Sep 30, 2024
unxsist pushed a commit that referenced this issue Jan 10, 2025
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10)

### Bug Fixes

* corrected path for default kubeconfig ([5b182c8](5b182c8))
* fixed search capture outside of overview ([ebf32b9](ebf32b9))
* properly show settings menu item on non-macos systems ([0e0680d](0e0680d))
* resolved warning in deployment overview ([cb8d459](cb8d459))

### Features

* add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32)
* added context menu entry to trigger cronjobs ([7757dc5](7757dc5))
* added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39)
* added support for object creation ([996d26d](996d26d)), closes [#26](#26)
@unxsist
Copy link
Owner

unxsist commented Jan 10, 2025

🚀 This issue is resolved in version 1.33.0 of JET Pilot!

unxsist pushed a commit that referenced this issue Jan 10, 2025
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10)

### Bug Fixes

* corrected path for default kubeconfig ([5b182c8](5b182c8))
* fixed auto updater (sorry) ([c6fe84e](c6fe84e))
* fixed search capture outside of overview ([ebf32b9](ebf32b9))
* properly show settings menu item on non-macos systems ([0e0680d](0e0680d))
* resolved warning in deployment overview ([cb8d459](cb8d459))

### Features

* add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32)
* added context menu entry to trigger cronjobs ([7757dc5](7757dc5))
* added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39)
* added support for object creation ([996d26d](996d26d)), closes [#26](#26)
@unxsist
Copy link
Owner

unxsist commented Jan 10, 2025

🚀 This issue is resolved in version 1.33.0 of JET Pilot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants