-
Notifications
You must be signed in to change notification settings - Fork 18
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
[SECURESIGN-994] Add TLS to Fulcio and CTlog services #492
Open
fghanmi
wants to merge
18
commits into
main
Choose a base branch
from
TLSSuppportFulcioCTlog
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
97e06d1
Add TLS to Rekor and Trillian services
fghanmi 3100639
updates-1
fghanmi 0e8373f
fix conflicts
fghanmi 4dd44ad
resolve conflicts+updates
fghanmi 1943664
updates
fghanmi 73a3ee4
refactor code
fghanmi 2bd7784
revert v1alpha1_securesign.yaml
fghanmi 35065b2
update
fghanmi 65ebbc7
update
fghanmi e400331
update
fghanmi ba8516c
fix comments
fghanmi 9baa3a1
update manifests
fghanmi 93104c1
updates: review
fghanmi c0abda6
revert operator-sdk version
fghanmi ed50271
fix fulcio tests
fghanmi 67edfb8
jbouska - test
bouskaJ ef02856
updates
fghanmi 17aeae0
fix golangci-lint
fghanmi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,7 +297,7 @@ metadata: | |
] | ||
capabilities: Seamless Upgrades | ||
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:028b6eec7f821b18cf710237a7613ef76d2bacdeff56462368e4e186f26627cc | ||
createdAt: "2024-09-11T13:45:32Z" | ||
createdAt: "2024-09-12T13:55:45Z" | ||
features.operators.openshift.io/cnf: "false" | ||
features.operators.openshift.io/cni: "false" | ||
features.operators.openshift.io/csi: "false" | ||
|
@@ -309,7 +309,7 @@ metadata: | |
features.operators.openshift.io/token-auth-azure: "false" | ||
features.operators.openshift.io/token-auth-gcp: "false" | ||
operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]' | ||
operators.operatorframework.io/builder: operator-sdk-v1.34.2 | ||
operators.operatorframework.io/builder: operator-sdk-v1.34.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do not change operator-sdk version |
||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 | ||
repository: https://github.com/securesign/secure-sign-operator | ||
support: Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that default port
0
is the right choice. I would prefer to omit this value (usenil
) in case it is not used.