Bug 233158 - [webkitscmpy] Load secrets in kubernetes
Summary: [webkitscmpy] Load secrets in kubernetes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-15 16:15 PST by Jonathan Bedard
Modified: 2021-11-29 11:55 PST (History)
1 user (show)

See Also:


Attachments
Patch (11.72 KB, patch)
2021-11-16 14:11 PST, Jonathan Bedard
no flags Details | Formatted Diff | Diff
Patch (11.78 KB, patch)
2021-11-16 14:21 PST, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2021-11-15 16:15:27 PST
We have a number of services hosted in Kubernetes, where passwords are stored as files. Instead of accessing credentials exclusively via environment variables, we should support file based secrets as well.
Comment 1 Radar WebKit Bug Importer 2021-11-15 16:15:48 PST
<rdar://problem/85433499>
Comment 2 Jonathan Bedard 2021-11-16 14:11:30 PST
Created attachment 444427 [details]
Patch
Comment 3 Jonathan Bedard 2021-11-16 14:21:13 PST
Created attachment 444431 [details]
Patch
Comment 4 Jonathan Bedard 2021-11-16 17:00:19 PST
Landed 244316@main (r285900 )