-
Notifications
You must be signed in to change notification settings - Fork 133
DEVEXP-402: Mount trusted-ca to registry base pki trust source #360
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
DEVEXP-402: Mount trusted-ca to registry base pki trust source #360
Conversation
2069fe7 to
4e89c37
Compare
|
/hold Blocked by #340 |
|
/retest s3 issue from earlier today |
|
/retest |
|
/hold cancel |
|
/lgtm |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/hold I may not be mounting the trust correctly |
|
/hold cancel |
Ensures that no other base trust is present for the registry.
d8a3263 to
8765862
Compare
|
@dmage ready for review again |
|
/retest |
1 similar comment
|
/retest |
| configapiv1 "github.com/openshift/api/config/v1" | ||
| configlisters "github.com/openshift/client-go/config/listers/config/v1" | ||
| "github.com/openshift/cluster-image-registry-operator/pkg/apis/imageregistry/v1" | ||
| v1 "github.com/openshift/cluster-image-registry-operator/pkg/apis/imageregistry/v1" |
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.
This doesn't need an alias, but it won't hurt anything
| func NewFixturesBuilder() *FixturesBuilder { | ||
| factory := &FixturesBuilder{ | ||
| deploymentIndexer: cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{}), | ||
| dsIndexer: cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{}), |
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 think this should be updated to daemonSetsIndexer for clarity
| func TestMakePodTemplateSpec(t *testing.T) { | ||
| // TODO: Make this table-driven to verify all storage drivers | ||
| params := ¶meters.Globals{} | ||
| params.Deployment.Namespace = "openshift-image-registry" |
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.
v1.ImageRegistryOperatorNamespace instead of a string?
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.
A few small nits but nothing that should prohibit this from merging.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, coreydaley, dmage The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ensures that no other base trust is present for the registry.