Skip to content

feat: make operator configurable#201

Merged
SequeI merged 2 commits into
developfrom
changeOperator
Apr 8, 2026
Merged

feat: make operator configurable#201
SequeI merged 2 commits into
developfrom
changeOperator

Conversation

@SequeI
Copy link
Copy Markdown
Member

@SequeI SequeI commented Apr 8, 2026

No description provided.

Signed-off-by: SequeI <asiek@redhat.com>
Comment thread tuftool/src/rhtas.rs Outdated
organization: "sigstore.dev".to_string(),
common_name: "sigstore".to_string(),
organization: self.operator.clone(),
common_name: self.operator.clone(),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

the common_name would be also sigstore.dev by default, is it intended ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, this is what I am unsure if we should have separate commands to config these apart from one --operator call.

Copy link
Copy Markdown
Member

@fghanmi fghanmi Apr 8, 2026

Choose a reason for hiding this comment

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

I think we need to have separate commands - organization and common_name shouldn't always have to have the same value.

Signed-off-by: SequeI <asiek@redhat.com>
@SequeI SequeI merged commit 6936f2b into develop Apr 8, 2026
18 checks passed
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.

2 participants