Bugzilla – Attachment 125116 Details for
Bug 28772
Any user that can work with reports can see API keys of any other user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28772: Fix auth_authenticate_api_request.t
Bug-28772-Fix-authauthenticateapirequestt.patch (text/plain), 1.02 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-09-21 16:20:16 UTC
(
hide
)
Description:
Bug 28772: Fix auth_authenticate_api_request.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-09-21 16:20:16 UTC
Size:
1.02 KB
patch
obsolete
>From 77c95d407b09d319b0fa6bd3afa4319215fb281c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 21 Sep 2021 13:18:52 -0300 >Subject: [PATCH] Bug 28772: Fix auth_authenticate_api_request.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/api/v1/auth_authenticate_api_request.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/auth_authenticate_api_request.t b/t/db_dependent/api/v1/auth_authenticate_api_request.t >index 016aa9866d..ef7edede95 100755 >--- a/t/db_dependent/api/v1/auth_authenticate_api_request.t >+++ b/t/db_dependent/api/v1/auth_authenticate_api_request.t >@@ -64,7 +64,7 @@ subtest 'token-based tests' => sub { > my $formData = { > grant_type => 'client_credentials', > client_id => $api_key->client_id, >- client_secret => $api_key->secret >+ client_secret => $api_key->plain_text_secret > }; > $t->post_ok('/api/v1/oauth/token', form => $formData) > ->status_is(200) >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28772
:
124195
|
124247
|
124248
|
124249
|
124250
|
124251
|
124487
|
124488
|
124489
|
124490
|
124491
|
124691
|
124692
|
124693
|
124694
|
124695
|
124696
|
124697
|
124698
|
124699
|
124700
|
124701
|
124702
|
124703
|
124704
|
124705
|
124727
|
125088
|
125112
| 125116 |
125118
|
125128