Update sig-auth leads
This commit is contained in:
parent
ba9d129ddc
commit
92da9d849f
|
@ -12,7 +12,7 @@ aliases:
|
|||
sig-auth-leads:
|
||||
- ericchiang
|
||||
- liggitt
|
||||
- deads2k
|
||||
- tallclair
|
||||
sig-autoscaling-leads:
|
||||
- mwielgus
|
||||
- directxman12
|
||||
|
|
|
@ -98,6 +98,7 @@ type Group struct {
|
|||
MissionStatement string `yaml:"mission_statement"`
|
||||
Label string
|
||||
Leads []Lead
|
||||
EmeritusLeads []Lead `yaml:"emeritus_leads"`
|
||||
Meetings []Meeting
|
||||
Contact Contact
|
||||
Subprojects []Subproject
|
||||
|
|
|
@ -18,6 +18,13 @@
|
|||
{{- range .Leads }}
|
||||
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
|
||||
{{- end }}
|
||||
{{- if .EmeritusLeads }}
|
||||
|
||||
## Emeritus Leads
|
||||
{{- range .EmeritusLeads }}
|
||||
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
## Contact
|
||||
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
|
||||
|
|
|
@ -13,11 +13,15 @@ Covers improvements to Kubernetes authorization, authentication, and cluster sec
|
|||
## Meetings
|
||||
* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time)](https://zoom.us/my/k8s.sig.auth) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
|
||||
* [Meeting notes and Agenda](https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#).
|
||||
* [Meeting recordings](https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
|
||||
* [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
|
||||
|
||||
## Leads
|
||||
* Eric Chiang (**[@ericchiang](https://github.com/ericchiang)**), CoreOS
|
||||
* Jordan Liggitt (**[@liggitt](https://github.com/liggitt)**), Red Hat
|
||||
* Tim Allclair (**[@tallclair](https://github.com/tallclair)**), Google
|
||||
|
||||
## Emeritus Leads
|
||||
* Eric Tune (**[@erictune](https://github.com/erictune)**), Google
|
||||
* David Eads (**[@deads2k](https://github.com/deads2k)**), Red Hat
|
||||
|
||||
## Contact
|
||||
|
|
|
@ -25,7 +25,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|
|||
|[API Machinery](sig-api-machinery/README.md)|api-machinery|* [Daniel Smith](https://github.com/lavalamp), Google<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-api-machinery)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/apimachinery)<br>
|
||||
|[Apps](sig-apps/README.md)|apps|* [Matt Farina](https://github.com/mattfarina), Samsung SDS<br>* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami<br>* [Kenneth Owens](https://github.com/kow3ns), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-apps)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time) (weekly)](https://zoom.us/my/sig.apps)<br>* (charts) Charts Chat: [Tuesdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/166909412)<br>* (helm) Helm Developer call: [Thursdays at 9:30 PT (Pacific Time) (weekly)](https://zoom.us/j/4526666954)<br>
|
||||
|[Architecture](sig-architecture/README.md)|architecture|* [Brian Grant](https://github.com/bgrant0607), Google<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Regular SIG Meeting: [Thursdays at 15:30 UTC (weekly)](https://zoom.us/j/2018742972)<br>
|
||||
|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS<br>* [Jordan Liggitt](https://github.com/liggitt), Red Hat<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)<br>
|
||||
|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS<br>* [Jordan Liggitt](https://github.com/liggitt), Red Hat<br>* [Tim Allclair](https://github.com/tallclair), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)<br>
|
||||
|[Autoscaling](sig-autoscaling/README.md)|autoscaling|* [Marcin Wielgus](https://github.com/mwielgus), Google<br>* [Solly Ross](https://github.com/directxman12), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling)|* Regular SIG Meeting: [Mondays at 14:00 UTC (biweekly/triweekly)](https://zoom.us/my/k8s.sig.autoscaling)<br>
|
||||
|[AWS](sig-aws/README.md)|aws|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Heptio<br>* [Chris Love](https://github.com/chrislovecnm)<br>* [Mackenzie Burnett](https://github.com/mfburnett), Redspread<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* Regular SIG Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8ssigaws)<br>
|
||||
|[Azure](sig-azure/README.md)|azure|* [Jason Hansen](https://github.com/slack), Microsoft<br>* [Cole Mickens](https://github.com/colemickens), Microsoft<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-azure)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* Regular SIG Meeting: [Wednesdays at 16:00 UTC (biweekly)](https://deis.zoom.us/j/2018742972)<br>
|
||||
|
|
|
@ -250,6 +250,13 @@ sigs:
|
|||
- name: Jordan Liggitt
|
||||
github: liggitt
|
||||
company: Red Hat
|
||||
- name: Tim Allclair
|
||||
github: tallclair
|
||||
company: Google
|
||||
emeritus_leads:
|
||||
- name: Eric Tune
|
||||
github: erictune
|
||||
company: Google
|
||||
- name: David Eads
|
||||
github: deads2k
|
||||
company: Red Hat
|
||||
|
@ -261,7 +268,7 @@ sigs:
|
|||
frequency: biweekly
|
||||
url: https://zoom.us/my/k8s.sig.auth
|
||||
archive_url: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#
|
||||
recordings_url: https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
|
||||
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
|
||||
contact:
|
||||
slack: sig-auth
|
||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-auth
|
||||
|
|
Loading…
Reference in New Issue