adr/nats-islands-of-trust #209

Merged
wjro merged 17 commits from adr/nats-islands-of-trust into feat/nats 2026-01-23 20:05:59 +00:00
Owner
No description provided.
johnride added 2 commits 2026-01-13 15:42:22 +00:00
wip nats supercluster
Some checks failed
Run Check Script / check (pull_request) Failing after 51s
270b6b87df
johnride added 1 commit 2026-01-16 14:46:17 +00:00
feat: Nats supercluster example working
Some checks failed
Run Check Script / check (pull_request) Failing after 42s
ced371ca43
wjro added 14 commits 2026-01-22 16:37:23 +00:00
johnride reviewed 2026-01-23 16:29:54 +00:00
@@ -0,0 +190,4 @@
}
struct SiteContext<T> {
name: &'static str,
Author
Owner

Remove name

Remove name
@@ -0,0 +216,4 @@
namespace: Some(namespace.to_string().clone()),
acme_issuer: None,
ca_issuer: Some(CaIssuer {
secret_name: "harmony-root-ca-tls".to_string(),
Author
Owner

extract

extract
@@ -0,0 +231,4 @@
debug!("creating issuer 'harmony-selfsigned-issuer'");
topology
.create_issuer(
"harmony-selfsigned-issuer".to_string(),
Author
Owner

extract

extract
@@ -0,0 +270,4 @@
async fn add_ca_cert_to_ca_bundle<T: Topology + CertificateManagement>(
topology: T,
bundle: &mut Vec<String>,
Author
Owner

not cool side effect

not cool side effect
wjro added 1 commit 2026-01-23 20:04:06 +00:00
fix: extracted variables, removed uncool side effect
All checks were successful
Run Check Script / check (pull_request) Successful in 1m17s
8657261342
wjro merged commit 093e0d54c0 into feat/nats 2026-01-23 20:05:59 +00:00
wjro deleted branch adr/nats-islands-of-trust 2026-01-23 20:06:00 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NationTech/harmony#209
No description provided.