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

feat: add mvisonneau/s5 #7787

Merged
merged 3 commits into from Nov 13, 2022
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Nov 12, 2022

#7787 mvisonneau/s5: Safely Store Super Sensitive Stuff

$ aqua g -i mvisonneau/s5

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ s5 --help
NAME:
   s5 - cipher/decipher text within a file

USAGE:
   s5 [global options] command [command options] [arguments...]

VERSION:
   0.1.12

COMMANDS:
   cipher    return an encrypted s5 pattern that can be included in any file
   decipher  return an unencrypted s5 value from a given pattern
   render    render a file that (may) contain s5 encrypted patterns
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --log-level level    log level (debug,info,warn,fatal,panic) (default: "info") [$S5_LOG_LEVEL]
   --log-format format  log format (json,text) (default: "text") [$S5_LOG_FORMAT]
   --help, -h           show help (default: false)
   --version, -v        print the version (default: false)

Example:

# cipher
$ s5 cipher aws --kms-key-arn <<arn>> hoge
{{s5:AQICAHja0AZHyrwbQH/DjRMQss+3ZnSo2ru3FOSiHz302RnHbwG+wth3ouXXfxE88WD+6sJqAAAAYjBgBgkqhkiG9w0BBwagUzBRAgEAMEwGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMPhdtDy0hC7MZ3j1hAgEQgB8se82H2jwVM3snDkaMRfTyK8JB2Q72AjCldNJIX4+d}}

# decipher
$ s5 aws decipher aws {{s5:AQICAHja0AZHyrwbQH/DjRMQss+3ZnSo2ru3FOSiHz302RnHbwG+wth3ouXXfxE88WD+6sJqAAAAYjBgBgkqhkiG9w0BBwagUzBRAgEAMEwGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMPhdtDy0hC7MZ3j1hAgEQgB8se82H2jwVM3snDkaMRfTyK8JB2Q72AjCldNJIX4+d}}
hoge

Reference

[mvisonneau/s5](https://github.com/mvisonneau/s5): Safely Store Super Sensitive Stuff

```console
$ aqua g -i mvisonneau/s5
```

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-

fix: typo

fix: added file extension for windows
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 12, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.92.1 milestone Nov 12, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit 4bf23cf into aquaproj:main Nov 13, 2022
@suzuki-shunsuke
Copy link
Member

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

Successfully merging this pull request may close these issues.

None yet

2 participants