Currently, when adding a Piped configuration, the Piped ID and Piped Key are displayed. However, in reality, base64 encoding is required when specifying the piped config. Opening a terminal to manually base64 encode the Piped Key is cumbersome. Displaying the base64 encoded value below the Piped ID and Piped Key would streamline the process, enhancing the user experience.
What would you like to be added:
I'm envisioning that it will be added below the following screen.
The source code that needs to be modified is believed to be as follows. https://github.com/pipe-cd/pipecd/blob/master/web/src/components/settings-page/piped/index.tsx
Why is this needed:
Currently, when adding a Piped configuration, the Piped ID and Piped Key are displayed. However, in reality, base64 encoding is required when specifying the piped config. Opening a terminal to manually base64 encode the Piped Key is cumbersome. Displaying the base64 encoded value below the Piped ID and Piped Key would streamline the process, enhancing the user experience.
refs: