Hello There I'm doing some bare metal dev and am ...
# help
s
Hello There I'm doing some bare metal dev and am running cerbos as a standalone (installed via homebrew). I was able to work through some of the TLS issues, but now when I make calls, I am getting this:
Copy code
"request failed: rpc error: code = Unimplemented desc = unknown method CheckResources for service cerbos.svc.v1.CerbosService
I installed the standalone a few days ago, and it looks like it's the latest version. Homebrew thinks I am on
v0.19.0
. WHen I run
cerbos -v
, it returns
0.7.0
. Just wanna make sure this is a goreleaser hiccup, or if i am actually on an old version. I'll try building from source and see if there's a difference
Update: Yeah the homebrew version is definitely stale. I grabbed
v0.19.0
from your release page on GH and this version is doing what I expect
So it looks like your homebrew config might be messed up. ... or my local homebrew is buggy
c
The download URLs in the formula seem correct to me but I am not a Homebrew expert. Let me investigate further.
s
Yeah its weird, because i ran
brew upgrade cerbos
and homebrew reported that I was on the latest version
ive had issues in the past with goreleaser being "stuck" on a commit hash, but that was a while ago
c
Yeah, that could be a possibility.
@Steve High (NTWRK) What's your Homebrew version?
s
Here ya be:
Copy code
Homebrew 3.5.6-15-gfad2085
Homebrew/homebrew-core (git revision cc999d801ef; last commit 2022-07-22)
Homebrew/homebrew-cask (git revision fcdc487246; last commit 2022-07-22)
c
Hmm... this is very strange. I don't have a Mac, but both @Alex Olivier (Cerbos) and @oguzhan are on Homebrew 3.5.6 as well and they are getting the latest version of Cerbos from the tap.
s
I think it's safe to say that it's a local issue then. PEBKAC maybe 🙂
c
🙂 Let us know if you find anything. We'll also check it out with more Mac users as well.
s
thanks!