Browse Source

docs: call out intentions upgrade issue for 1.9.0+ (#9386)

pull/9396/head
R.B. Boyer 4 years ago committed by GitHub
parent
commit
bc6138e144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      website/pages/docs/upgrading/upgrade-specific.mdx

10
website/pages/docs/upgrading/upgrade-specific.mdx

@ -31,6 +31,16 @@ configuration now defaults to `true`.
### Changes to Intentions ### Changes to Intentions
#### Namespaced Intentions <EnterpriseAlert inline />
The API endpoint to [list
intentions](/api-docs/connect/intentions#list-intentions) now accepts the same
`ns` query parameter (or `X-Consul-Namespace` header) used on other API
endpoints. By default this will now only list the intentions in a specific
namespace, rather than listing all intentions across all namespaces. To achieve
the same results as Consul versions prior to 1.9.0 request the wildcard
namespace with a query parameter of `?ns=*`.
#### Migration #### Migration
Upgrading to Consul 1.9.0 will trigger a one-time background migration of Upgrading to Consul 1.9.0 will trigger a one-time background migration of

Loading…
Cancel
Save