Skip to content

use bullet points for structure #1844

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

use bullet points for structure #1844

wants to merge 3 commits into from

Conversation

md42
Copy link

@md42 md42 commented Apr 18, 2025

No description provided.

Signed-off-by: Martin Dürrmeier <[email protected]>
Copy link
Contributor

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

md42 and others added 2 commits April 18, 2025 20:30
Co-authored-by: Felix Fontein <[email protected]>
Signed-off-by: Martin Dürrmeier <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Signed-off-by: Martin Dürrmeier <[email protected]>
@md42
Copy link
Author

md42 commented Apr 18, 2025

thank you @felixfontein for the remark, did not know..

Comment on lines +226 to +237
- **Linux**

- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set

- **macOS**

- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt`

- **Windows**

- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Linux**
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set
- **macOS**
- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt`
- **Windows**
- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt`
- **Linux**
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`;
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set.
- **macOS**
- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt`.
- **Windows**
- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt`.

Comment on lines +241 to +243
- setting the environment variable **SOPS_AGE_KEY_FILE**
- setting the **SOPS_AGE_KEY** environment variable
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- setting the environment variable **SOPS_AGE_KEY_FILE**
- setting the **SOPS_AGE_KEY** environment variable
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable.
- setting the environment variable **SOPS_AGE_KEY_FILE**;
- setting the **SOPS_AGE_KEY** environment variable;
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable..

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

Successfully merging this pull request may close these issues.

2 participants