Skip to content

Commit 10d173f

Browse files
committed
[SECURITY-602] Mask client secret in UI
- the round-trip is now done in encrypted format
1 parent fae1a85 commit 10d173f

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/GithubSecurityRealm

1 file changed

+1
-1
lines changed

src/main/resources/org/jenkinsci/plugins/GithubSecurityRealm/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</f:entry>
1818

1919
<f:entry title="Client Secret" field="clientSecret" help="/plugin/github-oauth/help/realm/client-secret-help.html">
20-
<f:textbox />
20+
<f:password />
2121
</f:entry>
2222

2323
<f:entry title="OAuth Scope(s)" field="oauthScopes" help="/plugin/github-oauth/help/realm/oauth-scopes-help.html">

0 commit comments

Comments
 (0)