pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.1k stars 154 forks source link

Display the Base64 encoded value of the Piped Key when registering a new piped #4796

Closed ouchi2501 closed 8 months ago

ouchi2501 commented 9 months ago

What would you like to be added:

I'm envisioning that it will be added below the following screen. image

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:

dgannon991 commented 8 months ago

I would be interested in picking this up, I'll try and get it done over the holiday weekend :)