R.I.Pienaar

Results 203 comments of R.I.Pienaar

> there seem to be [adr-9](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-9.md) in the nats-server repo, so is it just that they have not been moved around yet? Yeah there's some confusion, @aricart left a gap...

Only real way we have today is to put your user in a different account and import let’s say orders.tenantid.> into the tenant account as orders.> Accounts offer a much...

Accounts let your user not even think about it or know their ID and the wildcard subscribe will do the right thing.

``` % nats req js.in.x "{{Count}}" --count 10 % nats sub -i --ack % nats pub '$JS.API.CONSUMER.MSG.NEXT.X.PULL' --reply _INBOX.xTsW65ErOuzpA0blSfoKER.1EYmNa25 '{"batch": 20, "no_wait": true}' ``` I get the 10 available messages...

Thank you @aricart. So lets mock up some UI then: ``` nats security operator add FOO --expiry --generate-signing-key nats sec op delete FOO --force ``` something like this, we take...

Past this I want to think a bit about a API for this rather than just hacking about with the JWTs, so something like: ```golang AddOperator(name, WithOperatorExpiry(d)) (Operator, error) DeleteOperator(name)...

@aricart can you stick the poc we did using appbuilder here please?

Yes happy to have this everywhere if go has it already 👍

Yeah sorry about that been a bit of turbulence here as I realised it would be impossible to get the “machines” watcher to be more generic and keep working as...

There was a period of just seemingly randomly adding crazy sibjects. All for stabilising and documenting. You wouldn’t “nats req” tbem most (and I think this one not) are under...