Skip to content

Commit

Permalink
Merge pull request #1281 from mrcdb/feat-website-recurring-events
Browse files Browse the repository at this point in the history
Add Community to website navbar, add events to community as subfolder
  • Loading branch information
eddie-knight authored Jun 21, 2024
2 parents 4c02840 + a012a19 commit 69171cc
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 38 deletions.
4 changes: 2 additions & 2 deletions ci/link-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"aliveStatusCodes": [200,206,402],
"fallbackRetryDelay": "5s",
"fallbackRetryDelay": "10s",
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"retryCount": 3,
"retryCount": 5,
"retryOn429": true,
"timeout": "20s",
"httpHeaders": [
Expand Down
3 changes: 3 additions & 0 deletions community/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TAG-Security Community Activities

The Security TAG has several working groups that organize community activities around specific topics, including recurring meetings.
12 changes: 12 additions & 0 deletions community/events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Events

## Upcoming Gatherings

[CloudNativeSecurityCon](https://events.linuxfoundation.org/cloudnativesecuritycon-north-america/):
June 26 – 27, 2024 — Seattle, Washington

## Recurring General Meetings

[Weekly US Meeting](https://zoom.us/j/99809474566): each Wednesday at 10 am (UTC-7)

[Bi-Weekly EMEA Meeting](https://zoom.us/j/99917523142): on Wednesdays at 1 pm (UTC+0, UTC+1 when daylight saving time is in effect)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project, architecture, and enhance team awareness on security.

- Copenhagen, Denmark
- May 2-4, 2018
- [notes](safe_kubecon.md)
- [notes](safe-kubecon.md)

[KubeCon + CloudNativeCon, Shanghai](https://events19.linuxfoundation.cn/events/kubecon-cloudnativecon-china-2018/)

Expand Down
2 changes: 1 addition & 1 deletion past-events.md → community/events/past-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- cSpell:ignore timothyhinrichs -->
<!-- cSpell:ignore sreetummidi -->

A list of past KubeCon/Cloud Native SecurityCon events an be found [here](cloud_native_security.md)
A list of past KubeCon/Cloud Native SecurityCon events can be found [here](cloud-native-security.md)

## DockerCon, San Francisco, CA, Apr 30 - May 2, 2019

Expand Down
9 changes: 4 additions & 5 deletions safe_kubecon.md → community/events/safe-kubecon.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
### SAFE Recap @ [Kubecon Europe 2018](https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2018/)
# SAFE Recap @ [Kubecon Europe 2018](https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2018/)

SAFE had two sessions for introducing SAFE and getting feedback from the community.
SAFE had two sessions for introducing SAFE and getting feedback from the community.

* [SAFE WG Intro](https://kccnceu18.sched.com/event/ENw3/safe-wg-intro-jeyappragash-j-j-padmeio-ray-colline-google-any-skill-level)
* [SAFE WG Deep Dive](https://kccnceu18.sched.com/event/ENw5/safe-wg-deep-dive-ray-colline-google-intermediate-skill-level)

We had a small but relevant group and hallway conversations were equally engaging and informative.

Excited to have [Liz Rice](https://github.com/lizrice) and [Justin Cormack](https://github.com/justincormack) join us.
Excited to have [Liz Rice](https://github.com/lizrice) and [Justin Cormack](https://github.com/justincormack) join us.

Across the board, everyone I had conversation with, there was a natural acknowledgement that security is an end-end problem and understanding secure access and providing a safe end-end system for enduser is critical. Highlighted at the [keynote by Alexis](https://twitter.com/MayaKaczorowski/status/991601395450171392?s=15).
Across the board, everyone I had conversation with, there was a natural acknowledgement that security is an end-end problem and understanding secure access and providing a safe end-end system for end-user is critical. Highlighted at the [keynote by Alexis](https://twitter.com/MayaKaczorowski/status/991601395450171392?s=15).

We are just getting started on this, incredibly excited to be part of this team and the effort!

1 change: 1 addition & 0 deletions website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ deps:
--include='assessments' --include='assessments/**' \
--include='governance' --include='governance/**' \
--include='publications' --include='publications/**' \
--include='community' --include='community/**' \
--include='*.md' --exclude='*'

# Move over content such as graphics and logos
Expand Down
10 changes: 0 additions & 10 deletions website/content/events/_index.md

This file was deleted.

19 changes: 0 additions & 19 deletions website/themes/docsy/layouts/community/list.html

This file was deleted.

0 comments on commit 69171cc

Please sign in to comment.