• Joined on 2024-02-08
wjro pushed to adr/nats-islands-of-trust at NationTech/harmony 2026-01-23 20:04:06 +00:00
8657261342 fix: extracted variables, removed uncool side effect
wjro deleted branch fix/cert-manager from NationTech/harmony 2026-01-23 16:28:46 +00:00
wjro pushed to master at NationTech/harmony 2026-01-23 16:28:39 +00:00
33476e899e Merge pull request 'fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart' (#218) from fix/cert-manager into master
d0cd21c322 fix: improved logging and function names for clarity
f37a8e373a fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
Compare 3 commits »
wjro merged pull request NationTech/harmony#218 2026-01-23 16:28:35 +00:00
fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
wjro pushed to fix/cert-manager at NationTech/harmony 2026-01-23 16:26:41 +00:00
d0cd21c322 fix: improved logging and function names for clarity
wjro created pull request NationTech/harmony#218 2026-01-22 20:56:49 +00:00
fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
wjro pushed to fix/cert-manager at NationTech/harmony 2026-01-22 20:56:32 +00:00
f37a8e373a fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
wjro created branch fix/cert-manager in NationTech/harmony 2026-01-22 20:56:31 +00:00
wjro pushed to adr/nats-islands-of-trust at NationTech/harmony 2026-01-22 16:37:23 +00:00
740b5500f2 feat: added poc for deploying nats supercluster with certificates, issuers, and okd routes
52bff9b6be fix: mod.rs
bc962be31f fix: moved cert management ensure ready to k8sanywhere
f6a20832cf lint: Remove useless variable assignment
a4515d34ae fix: modified score names for better clarity
Compare 14 commits »
wjro deleted branch feat/cert_manager_crds from NationTech/harmony 2026-01-20 18:46:35 +00:00
wjro pushed to master at NationTech/harmony 2026-01-20 18:46:26 +00:00
2dc65531c3 Merge pull request 'feat/cert_manager_crds' (#211) from feat/cert_manager_crds into master
1e98100ed4 fix: mod.rs
ab33aba776 fix: moved cert management ensure ready to k8sanywhere
c3ac0bafad lint: Remove useless variable assignment
54a53fa982 fix: modified score names for better clarity
Compare 14 commits »
wjro merged pull request NationTech/harmony#211 2026-01-20 18:46:22 +00:00
feat/cert_manager_crds
wjro pushed to feat/cert_manager_crds at NationTech/harmony 2026-01-20 18:43:57 +00:00
1e98100ed4 fix: mod.rs
wjro pushed to feat/cert_manager_crds at NationTech/harmony 2026-01-20 18:22:45 +00:00
ab33aba776 fix: moved cert management ensure ready to k8sanywhere
wjro commented on pull request NationTech/harmony#211 2026-01-19 20:43:54 +00:00
feat/cert_manager_crds

@jvtrudel I used the example/cert-manager to install, create an issuer and create a certificate. the trait also has a get_ca_cert function which you can call via topology.get_ca_cert()

wjro pushed to feat/cert_manager_crds at NationTech/harmony 2026-01-19 17:48:56 +00:00
54a53fa982 fix: modified score names for better clarity
wjro commented on pull request NationTech/harmony#211 2026-01-19 16:54:12 +00:00
feat/cert_manager_crds

I think this is a naming problem which makes the intent unclear.

I have CertificateCreationScore, CertificateIssuerScore, and CertificateManagementScore which depend on CertificateManagement…

wjro pushed to feat/cert_manager_crds at NationTech/harmony 2026-01-16 18:39:17 +00:00
c6642db6fb fix: modified k8sanywhere implentation of get_ca_cert to use the kubernetes certificate name to find its respective secret and ca.crt
wjro pushed to feat/cert_manager_crds at NationTech/harmony 2026-01-16 18:16:12 +00:00
8f111bcb8b feat: added fn get_ca_cert to trait certificateManagement