Skip to content

Commit

Permalink
Day light saving time fixes for workshops (#13559)
Browse files Browse the repository at this point in the history
* hubspot form and images

* time changes
  • Loading branch information
tejavar authored Dec 9, 2024
1 parent 008eb32 commit f5ba517
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions content/resources/centralized-secrets-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main:
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2025-03-12T09:00:00-08:00
sortable_date: 2025-03-12T09:00:00-07:00

# Duration of the webinar.
duration: 90 minutes
Expand All @@ -57,7 +57,7 @@ main:
learn:
- Design and implement a centralized secrets management architecture that reduces operational overhead while enhancing security posture
- Master techniques for managing different types of secrets (static, dynamic, and configuration) across multiple environments and applications
- Establish effective access controls and audit procedures that align with security best practices while maintaining developer velocit
- Establish effective access controls and audit procedures that align with security best practices while maintaining developer velocity

# The webinar presenters
presenters:
Expand All @@ -80,8 +80,8 @@ form:

event_data:
name: "Implementing Centralized Secrets Management for Your Team"
start_date: 2025-03-12T09:00:00-08:00
end_date: 2025-03-12T10:00:00-08:00
start_date: 2025-03-12T09:00:00-07:00
end_date: 2025-03-12T09:00:00-07:00
url: "https://www.pulumi.com/resources/centralized-secrets-management/"
description: |
In modern cloud-native environments, managing secrets across multiple teams, applications, and environments has become increasingly complex. This workshop explores best practices for implementing centralized secrets management that balances security requirements with developer productivity. You'll learn how to establish a unified approach to handling configuration values, static secrets, and dynamic credentials while maintaining proper access controls and audit capabilities.
Expand Down
6 changes: 3 additions & 3 deletions content/resources/internal-developer-portal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main:
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2025-03-26T09:00:00-08:00
sortable_date: 2025-03-26T09:00:00-07:00

# Duration of the webinar.
duration: 90 minutes
Expand Down Expand Up @@ -80,8 +80,8 @@ form:

event_data:
name: "Building an Internal Developer Portal"
start_date: 2025-03-26T09:00:00-08:00
end_date: 2025-03-26T10:00:00-08:00
start_date: 2025-03-26T09:00:00-07:00
end_date: 2025-03-26T09:00:00-07:00
url: "https://www.pulumi.com/resources/internal-developer-portal/"
description: |
In today's cloud-native landscape, organizations struggle to balance developer autonomy with operational control. This workshop explores how to build an Internal Developer Portal (IDP) that transforms infrastructure provisioning from a bottleneck into a competitive advantage. You'll learn how to create a self-service platform that enables developers to safely deploy infrastructure while maintaining governance and cost control.
Expand Down

0 comments on commit f5ba517

Please sign in to comment.