-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support ExecCredential for Kubeconfigs (#15)
* feat: Support ExecCredential for Kubeconfigs This is the 'exec:' block, commonly used for short-lived access tokens in offerings such as Google Kubernetes Engine. * Ooops this file got duplicated. * Might as well implement one of the TODOs now * Print installHint when exec plugin throws NotFound * Run CI with --unstable We use unstable APIs, and it seems better to get the unstable APIs type-checked vs. letting them be ignored just to remove --unstable. * Update docs
- Loading branch information
Showing
4 changed files
with
197 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,11 @@ Check out `lib/contract.ts` to see the type/API contract. | |
|
||
## Changelog | ||
|
||
* `v0.5.1` on `2023-05-09`: | ||
Run CI on Deno v1.26 thru v1.32. | ||
Now supports 'exec' plugins in kubeconfigs to load temporary credentials. | ||
This new feature requires Deno v1.31 or later (or Deno v1.28 with --unstable). | ||
|
||
* `v0.5.0` on `2023-02-09`: | ||
Updated deps to `/[email protected]` and run CI on Deno v1.22 thru v1.30. | ||
Now skips interactive permission prompts for InCluster files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters