open-consul/agent/consul/fsm
R.B. Boyer 72a515f5ec
connect: various changes to make namespaces for intentions work more like for other subsystems (#8194)
Highlights:

- add new endpoint to query for intentions by exact match

- using this endpoint from the CLI instead of the dump+filter approach

- enforcing that OSS can only read/write intentions with a SourceNS or
  DestinationNS field of "default".

- preexisting OSS intentions with now-invalid namespace fields will
  delete those intentions on initial election or for wildcard namespaces
  an attempt will be made to downgrade them to "default" unless one
  exists.

- also allow the '-namespace' CLI arg on all of the intention subcommands

- update lots of docs
2020-06-26 16:59:15 -05:00
..
commands_oss.go state: track changes so that they may be used to produce change events 2020-06-16 13:04:29 -04:00
commands_oss_test.go
fsm.go Handle return value from txn.Commit 2020-06-16 13:04:31 -04:00
fsm_test.go
snapshot.go
snapshot_oss.go Tokens converted from legacy ACLs get their Hash computed (#8047) 2020-06-08 21:44:06 +02:00
snapshot_oss_test.go connect: various changes to make namespaces for intentions work more like for other subsystems (#8194) 2020-06-26 16:59:15 -05:00