Skip to content

Commit

Permalink
[DOCS] Fix clarity of 7.6 derived key breaking change (#60154) (#60203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Jul 27, 2020
1 parent e699f37 commit cca7ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/migration/migrate_7_6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ privileges for the API key. Previously, when you created a derived key, it had
no privileges. This behavior disregarded any privileges that you specified in
the {ref}/security-api-create-api-key.html[create API key API].

As of 7.6.2, this behavior changes. To create derived keys with no privileges,
you must explicitly specify an empty role descriptor. For example:
As of 7.6.2, this behavior changes. To create a derived key, you must explicitly
specify a role descriptor with no privileges:

[source,js]
----
Expand Down

0 comments on commit cca7ccb

Please sign in to comment.