Merge pull request #880 from smarterclayton/wg
Add wg-container-identity
This commit is contained in:
commit
c11ccecde7
|
@ -54,6 +54,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|
|||
|
||||
| Name | Organizers | Contact | Meetings |
|
||||
|------|------------|---------|----------|
|
||||
|[Container Identity](wg-container-identity/README.md)|* [Clayton Coleman](https://github.com/smarterclayton), Red Hat<br>* [Greg Gastle](https://github.com/destijl), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* [Tuesdays at 15:00 UTC (bi-weekly (On demand))](TBD)<br>
|
||||
|[Resource Management](wg-resource-management/README.md)|* [Vishnu Kannan](https://github.com/vishh), Google<br>* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/wg-resource-mgmt)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management)|* [Tuesdays at 18:00 UTC (weekly (On demand))](https://zoom.us/j/4799874685)<br>
|
||||
<!-- BEGIN CUSTOM CONTENT -->
|
||||
|
||||
|
|
20
sigs.yaml
20
sigs.yaml
|
@ -661,3 +661,23 @@ workinggroups:
|
|||
contact:
|
||||
slack: wg-resource-mgmt
|
||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management
|
||||
- name: Container Identity
|
||||
dir: wg-container-identity
|
||||
mission_statement: >
|
||||
Ensure containers are able to interact with external systems and acquire secure identities for communication, integrating with external solutions as necessary.
|
||||
leads:
|
||||
- name: Clayton Coleman
|
||||
github: smarterclayton
|
||||
company: Red Hat
|
||||
- name: Greg Gastle
|
||||
github: destijl
|
||||
company: Google
|
||||
meetings:
|
||||
- day: Tuesday
|
||||
utc: "15:00"
|
||||
frequency: bi-weekly (On demand)
|
||||
meeting_url: TBD
|
||||
meeting_archive_url: https://docs.google.com/document/d/1bCK-1_Zy2WfsrMBJkdaV72d2hidaxZBhS5YQHAgscPI/edit
|
||||
contact:
|
||||
slack: wg-container-identity
|
||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
<!---
|
||||
This is an autogenerated file!
|
||||
|
||||
Please do not edit this file directly, but instead make changes to the
|
||||
sigs.yaml file in the project root.
|
||||
|
||||
To understand how this file is generated, see generator/README.md.
|
||||
-->
|
||||
# Container Identity Working Group
|
||||
|
||||
Ensure containers are able to interact with external systems and acquire secure identities for communication, integrating with external solutions as necessary.
|
||||
|
||||
## Meetings
|
||||
* [Tuesdays at 15:00 UTC](TBD) (bi-weekly (On demand)). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=15:00&tz=UTC).
|
||||
|
||||
Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1bCK-1_Zy2WfsrMBJkdaV72d2hidaxZBhS5YQHAgscPI/edit).
|
||||
|
||||
## Organizers
|
||||
* [Clayton Coleman](https://github.com/smarterclayton), Red Hat
|
||||
* [Greg Gastle](https://github.com/destijl), Google
|
||||
|
||||
## Contact
|
||||
* [Slack](https://kubernetes.slack.com/messages/sig-auth)
|
||||
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)
|
||||
|
||||
<!-- BEGIN CUSTOM CONTENT -->
|
||||
|
||||
<!-- END CUSTOM CONTENT -->
|
Loading…
Reference in New Issue