ansible-collections / community.sops

Simple and flexible tool for managing secrets
https://galaxy.ansible.com/ui/repo/published/community/sops/
GNU General Public License v3.0
76 stars 22 forks source link

add ini as possible choice for input-type, output-type. #202

Closed hllizi closed 1 week ago

hllizi commented 1 week ago

Motivation

Sops has long been extended with the possibility to handle ini-files. But least until version 3.8.1, "ini" was not documented in sops --help as a possible value for --input-secret and --output-secret. The present state of this collection reflects that of this (by now also outdated) documentation. Since unsupported values are caught by ansible, this makes the collection unusable for ini files.

Changes description

"ini" added as a possible value for --input-secret and --output-secret.

github-actions[bot] commented 1 week ago

Docs Build 📝

This PR is closed and any previously published docsite has been unpublished.

felixfontein commented 1 week ago

Thanks for your contribution! Can you please add a changelog fragment? Also could you please add a paragraph - V(ini) is supported since community.sops 1.9.0. to the description: of all these options? Thanks!

felixfontein commented 1 week ago

Since I cannot push to your PR I created a new PR (#204) with your commit and two additional ones adding the documentation and changelog fragment.

hllizi commented 4 days ago

Sorry, I must have missed the notification about your answer.