Skip to content

fix: Spiffe URI trust domain rename#53

Open
saucam wants to merge 1 commit intomainfrom
spiffe
Open

fix: Spiffe URI trust domain rename#53
saucam wants to merge 1 commit intomainfrom
spiffe

Conversation

@saucam
Copy link
Copy Markdown
Contributor

@saucam saucam commented Apr 2, 2026

Summary


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Chore (refactoring code, technical debt, workflow improvements)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (does not change functionality, e.g. code style improvements, linting)
  • This change requires a documentation update

Testing

  • Manually tested
  • Unit tests added/updated
  • No tests required

Impact / Risks


📸 Screenshots / Logs (if applicable)


Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the wimse_domain from zeroid.dev to highflame.ai in both config.go and zeroid.yaml. The review feedback highlights that the domain change is incomplete, as related fields like token.issuer and token.base_url still reference the old domain, which could lead to inconsistencies in SPIFFE identity issuance and OIDC federation.


// WIMSE
"wimse_domain": "zeroid.dev",
"wimse_domain": "highflame.ai",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The trust domain is being renamed to highflame.ai, but the default token.issuer and token.base_url (lines 184-185) still reference zeroid.dev. To ensure consistency in SPIFFE identity issuance and discovery, these values should likely be updated to match the new domain as well.

max_ttl: 7776000 # 90 days

wimse_domain: "zeroid.dev"
wimse_domain: "highflame.ai"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The wimse_domain has been updated to highflame.ai, but the token.issuer on line 28 still points to https://auth.zeroid.dev. These should be kept in sync to avoid potential issues with SPIFFE ID validation and OIDC federation where the trust domain and issuer are expected to be aligned.

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.

1 participant