fwdcloudsec version "brew install granted" on macOS Tahoe 26.1 is creating ~/.dgranted (dev) config directory #910
-
Issue DescriptionInstallation of Expected BehaviorWhen configuring Granted, I should see a Actual BehaviorInstead I see Reproduction StepsGranted LogsNo response Granted VersionOS Version InformationmacOS 26.1 Tahoe Minimal Granted & AWS Config ConfigurationN/A - pre-configAdditional Relevant ConfigurationNo response I acknowledge that:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Note, I'm running zsh. Probable old common-fate version of Homebrew formula: https://github.com/common-fate/homebrew-granted/blob/main/Formula/granted.rb Currently Homebrew formula: https://github.com/Homebrew/homebrew-core/blob/main/Formula/g/granted.rb Note code that determines whether we are a Dev version, and/or the name of the granted binary, and the name of the config dir is derived from that: granted/internal/build/config.go Lines 3 to 5 in b73724c Wondering if However the binary is reporting correct version. Raised PR Homebrew/homebrew-core#257849 - looking for reviewers from here. |
Beta Was this translation helpful? Give feedback.
-
|
Can anyone who is familiar with the |
Beta Was this translation helpful? Give feedback.
-
|
This is likely due to the homebrew core formula being used here https://github.com/Homebrew/homebrew-core/blob/main/Formula/g/granted.rb, which does not set the ldflags to use the .granted folder. For the moment you could use the approach in this answer: #897 (comment) I plan on setting up a new fwdcloudsec tap for Granted with the correct ldflags - you could also contribute the flags upstream to the homebrew core formula. |
Beta Was this translation helpful? Give feedback.
-
|
Please note, that " |
Beta Was this translation helpful? Give feedback.
This is likely due to the homebrew core formula being used here https://github.com/Homebrew/homebrew-core/blob/main/Formula/g/granted.rb, which does not set the ldflags to use the .granted folder.
For the moment you could use the approach in this answer: #897 (comment)
I plan on setting up a new fwdcloudsec tap for Granted with the correct ldflags - you could also contribute the flags upstream to the homebrew core formula.