Krishna Iyer
Krishna Iyer
Thanks @jpmeijers for filing this issue. We discussed this internally and here's the reasoning for not having an API to fetch multiple statuses 1. This won't work well with our...
@jpmeijers: We'd like to know what is the purpose of exposing the Tenant ID/Net ID? What would you do with that if it's exposed?
Now that https://github.com/TheThingsNetwork/lorawan-stack/pull/5324 is merged, here's a short summary of the backend. #### Claiming/Unclaiming (Primary flow) - The Device Claiming Server is the client for various Join Servers. Infrastructure will...
ACK. Looks good to me as well. This isn't blocked so I'll remove that label.
Issue for Basic Station: #558
This is being tracked in internal issues/PRs. Closing this one
We have TLS support recently merged but not yet deployed. This feature will not be available for the open source deployments. > a Gateway trying to join with Basics Station...
[rpcmetadata.WithForwardedAuth](https://github.com/TheThingsNetwork/lorawan-stack/blob/a108016b36b5253c05673a75c6e2f03c038bc0f0/pkg/rpcmetadata/request.go#L39-L47) already does this. It checks the incoming context for "any" auth which includes ClusterAuth. The reason to check for Application ID rights was that the call to `GetTemplate` is...
Ok so we'd need a `rigths.RequireAny()` or something that wraps [rpcmetadata.WithForwardedAuth](https://github.com/TheThingsNetwork/lorawan-stack/blob/a108016b36b5253c05673a75c6e2f03c038bc0f0/pkg/rpcmetadata/request.go#L39-L47) then?