Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Remove cluster seed/issuers #67

Closed
wants to merge 1 commit into from
Closed

Conversation

ricochet
Copy link
Contributor

@ricochet ricochet commented Jul 8, 2024

Ref:
bc5d296

BREAKING CHANGE: Host no longer uses cluster seed as of 1.0.

Ref:
[`bc5d296`](wasmCloud/wasmCloud@bc5d296)

BREAKING CHANGE: Host no longer uses cluster seed as of 1.0.

Signed-off-by: Bailey Hayes <behayes2@gmail.com>
Copy link

github-actions bot commented Jul 8, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@@ -56,7 +56,6 @@ pub struct Context {

#[derive(Clone, Default)]
pub struct Secrets {
pub wasmcloud_cluster_seed: String,
pub nats_creds: Option<String>,
Copy link
Member

@lxfontes lxfontes Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 should this secret be optional in crates/types/src/v1alpha1/wasmcloud_host_config.rs too?
only data left is nats_creds which is already optional.

with no nats creds the secret is basically empty and blocks reconciliation

2024-07-09T15:01:01.575159Z  WARN reconciling object{object.ref=WasmCloudHostConfig.v1alpha1.k8s.wasmcloud.dev/my-wasmcloud-cluster.default object.reason=error policy requested retry}: controller::controller: Failed to read secrets: Secret cluster-secrets has no data

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heads up took a stab at it in #68

@joonas
Copy link
Member

joonas commented Jul 11, 2024

Closing this since #68 was merged

@joonas joonas closed this Jul 11, 2024
@joonas joonas deleted the feat/remove-cluster-seed branch July 26, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants