open-consul/.changelog/9432.txt
John Cowen 7a21bd7720
ui: [BUGFIX] Request intention listing with ns parameter (#9432)
This PR adds the ns=* query parameter when namespaces are enabled to keep backwards compatibility with how the UI used to work (Intentions page always lists all intention across all namespace you have access to)

I found a tiny dev bug for printing out the current URL during acceptance testing and fixed that up while I was there.
2021-01-04 17:22:10 +00:00

5 lines
119 B
Plaintext

```release-note:bug
ui: request intention listing with ns=* parameter to retrieve all intentions
across namespaces
```