You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Where do we want to allow this config file to be present? (es: gem root, at a specific absolute location, user home folder, in all this place with a precedence). My personal take would be: multiple places with this precendece:
check gem root
check user home folder (i.e. $HOME/.config/sigstore/config.yaml)
A note on leveraging only XDG spec is that as far as I know XDG folders are used for user related data/configuration files and not system wide ones. So a system wide folder like /etc/sigstore would not be present in any of the XDG paths.
If we want to provide a way to configure sigstore system wide we may want to add that (i.e. XDG data folders + /etc/sigstore).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we are doing this relative path
ruby-sigstore/lib/rubygems/sigstore/config.rb
Lines 25 to 28 in 9948fe0
It works, but its ugly, and how well will it work, should it not allow some customisation around location of the file etc?
@endorama you might have some ideas here.
The text was updated successfully, but these errors were encountered: