Skip to content

Commit

Permalink
Support username/password as alternative to user/pass (#9340)
Browse files Browse the repository at this point in the history
* Support pass or password

* support username as alternative to user

* Log deprecation

* Update config files

* model validate

* oracle test 6728e2a
  • Loading branch information
ofek committed Jun 30, 2021
1 parent e70590d commit 34462b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions base/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
<span class=s1>&#39;The default will become `true` and cannot be changed in Agent version 8.&#39;</span>
<span class=p>),</span>
<span class=p>),</span>
<span class=s1>&#39;_config_renamed&#39;</span><span class=p>:</span> <span class=p>(</span>
<span class=kc>False</span><span class=p>,</span>
<span class=p>(</span>
<span class=s1>&#39;DEPRECATION NOTICE: The `</span><span class=si>%s</span><span class=s1>` config option has been renamed &#39;</span>
<span class=s1>&#39;to `</span><span class=si>%s</span><span class=s1>` and will be removed in a future release.&#39;</span>
<span class=p>),</span>
<span class=p>),</span>
<span class=p>}</span> <span class=c1># type: Dict[str, Tuple[bool, str]]</span>

<span class=c1># Setup metric limits</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 34462b8

Please sign in to comment.