Skip to content

Intellij plugin to decode base64 encoded values in yaml file.

Notifications You must be signed in to change notification settings

meiMingle/yaml-base64-decoder

 
 

Repository files navigation

yaml-base64-decoder

Build Version Downloads

Plugin Description

Extension

  • Adds Decode Base64 Values to editor popup menu when yaml file is opened
  • Adds a keyboard shortcut ⌥ ⇧ ⌘ Y to run the decoder

Feature

  • Automatically detects Base64 encoded values in a yaml file and replace them with decoded values

Usecase

  • To see raw text in Kubernetes (k8s) Secret yaml file
  • To see raw text in any yaml file that has Base64 encoded values

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Yaml Base64 Decoder" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Development TODO


Plugin based on the IntelliJ Platform Plugin Template.

About

Intellij plugin to decode base64 encoded values in yaml file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%