Skip to content

Commit 05681cb

Browse files
committed
Updates from website repo
1 parent 7dd034e commit 05681cb

13 files changed

Lines changed: 256 additions & 20 deletions

File tree

blog/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ <h2>OpenSourceCorp Blog <a href="/blog/index.xml"><img alt="rss-feed" src="/imag
2626

2727
<ul>
2828

29+
<li>
30+
<h4><a href="https://www.opensourcecorp.org/blog/posts/2022-06-20-progress-report/">Progress Report 2022-06-20</a></h4>
31+
<p><em>Ryan J. Price, 2022-06-20</em></p>
32+
Some heavy updates in this one, so buckle up for what&rsquo;s changed!
33+
Secrets management Up until now, OSC has been strictly leveraging an implementation of Salt&rsquo;s Pillar functionality for secrets management &ndash; and that implementation is the default, which is &ldquo;store all secrets on the configmgmt disk&rdquo;. While this has worked fine (and can be a valid strategy in some enterprise environments), it&rsquo;s not what you would call &ldquo;best-practice&rdquo;. If the configmgmt subsystem itself is ever compromised, every single piece of sensitive data is accessible to the attacker at once &ndash; default Pillar data is just stored in plaintext on disk. <a href="https://www.opensourcecorp.org/blog/posts/2022-06-20-progress-report/">(more)</a>
34+
<br/><br/>
35+
</li>
36+
2937
<li>
3038
<h4><a href="https://www.opensourcecorp.org/blog/posts/2022-06-05-progress-report/">Progress Report 2022-06-05</a></h4>
3139
<p><em>Ryan J. Price, 2022-06-05</em></p>

blog/index.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99
<lastBuildDate>Wed, 01 Jun 2022 21:17:46 -0500</lastBuildDate><atom:link href="https://www.opensourcecorp.org/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Progress Report 2022-06-20</title>
12+
<link>https://www.opensourcecorp.org/blog/posts/2022-06-20-progress-report/</link>
13+
<pubDate>Mon, 20 Jun 2022 15:00:00 -0500</pubDate>
14+
15+
<guid>https://www.opensourcecorp.org/blog/posts/2022-06-20-progress-report/</guid>
16+
<description>Some heavy updates in this one, so buckle up for what&amp;rsquo;s changed!
17+
Secrets management Up until now, OSC has been strictly leveraging an implementation of Salt&amp;rsquo;s Pillar functionality for secrets management &amp;ndash; and that implementation is the default, which is &amp;ldquo;store all secrets on the configmgmt disk&amp;rdquo;. While this has worked fine (and can be a valid strategy in some enterprise environments), it&amp;rsquo;s not what you would call &amp;ldquo;best-practice&amp;rdquo;. If the configmgmt subsystem itself is ever compromised, every single piece of sensitive data is accessible to the attacker at once &amp;ndash; default Pillar data is just stored in plaintext on disk.</description>
18+
</item>
19+
1020
<item>
1121
<title>Progress Report 2022-06-05</title>
1222
<link>https://www.opensourcecorp.org/blog/posts/2022-06-05-progress-report/</link>

blog/posts/2021-07-05-announcing-opensourcecorp/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>Announcing OpenSourceCorp!</h2>
2424

2525
<em>By Ryan J. Price @ 2021-07-05 23:50:00 -0500 CDT; reading time 5m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p>Today, I&rsquo;m very excited to finally announce the public launch of
3029
<a href="https://github.com/opensourcecorp">OpenSourceCorp</a> &ndash; the free and open-source

blog/posts/2021-07-25-new-arch-diagram/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>New architecture diagram!</h2>
2424

2525
<em>By Ryan J. Price @ 2021-07-25 20:00:00 -0600 -0600; reading time 1m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p><a href="https://github.com/opensourcecorp/opensourcecorp">OpenSourceCorp&rsquo;s home repo</a>
3029
has <a href="https://github.com/opensourcecorp/opensourcecorp/blob/main/docs/architecture.md">a new architecture

blog/posts/2021-10-04-deployment-update/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>OSC updates: hosting decision &amp; live services!</h2>
2424

2525
<em>By Ryan J. Price @ 2021-10-04 21:15:00 -0500 CDT; reading time 2m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p><a href="https://github.com/opensourcecorp/opensourcecorp">OpenSourceCorp</a> (OSC)
3029
development has slowed down in recent months as

blog/posts/2021-12-11-local-bootstrapper-available/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>OSC local bootstrapper available</h2>
2424

2525
<em>By Ryan J. Price @ 2021-12-11 16:00:00 -0500 -0500; reading time 2m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p><a href="https://github.com/opensourcecorp/opensourcecorp">OpenSourceCorp</a> (OSC)
3029
development continues to chug along. Below are some of the updates we&rsquo;ve been

blog/posts/2022-01-02-progress-report/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>Progress Report 2022-01-02</h2>
2424

2525
<em>By Ryan J. Price @ 2022-01-02 19:30:00 -0500 -0500; reading time 4m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p>Happy New Year!</p>
3029
<p>Over the holiday season, I&rsquo;ve had about a week of dedicated time to do a lot of

blog/posts/2022-02-27-progress-report/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>Progress Report 2022-02-27</h2>
2424

2525
<em>By Ryan J. Price @ 2022-02-27 12:00:00 -0600 CST; reading time 3m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p>More radio silence as ever more work has been done across OSC. As you&rsquo;ll see
3029
from the list below though, this is a really big set of changes/new stuff!</p>

blog/posts/2022-05-15-progress-report/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>Progress Report 2022-05-15</h2>
2424

2525
<em>By Ryan J. Price @ 2022-05-15 12:00:00 -0600 -0600; reading time 4m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p>(<em>Checks date of last post, sweats profusely</em>)</p>
3029
<p>Not a ton of changes in this update, I&rsquo;ve had a lot of things come up these past

blog/posts/2022-06-05-progress-report/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h3>Navigation</h3>
2323
<h2>Progress Report 2022-06-05</h2>
2424

2525
<em>By Ryan J. Price @ 2022-06-05 21:20:16 -0500 CDT; reading time 3m</em>
26-
27-
<br/><br/><br/>
26+
<hr/>
2827

2928
<p>Not too long between updates this time, but I&rsquo;ve got a few neat pieces of news
3029
to share.</p>

0 commit comments

Comments
 (0)