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

Cert management #204

Merged

Conversation

weinimo
Copy link
Collaborator

@weinimo weinimo commented Nov 27, 2023

Seemed functioning before I did the rebase, but I couldn't fully test it yet.

Copy link
Contributor

openshift-ci bot commented Nov 27, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Collaborator Author

@weinimo weinimo left a comment

Choose a reason for hiding this comment

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

I will clean things up a squash the WIP commits later.

caPassSecret, _, err := secret.GetSecret(
ctx, helper, instance.Spec.CAKeyPassphrasesSecret, instance.Namespace)
if err != nil {
return err
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure how to handle that case.

@weinimo weinimo marked this pull request as ready for review November 28, 2023 13:57
@openshift-ci openshift-ci bot requested a review from viroel November 28, 2023 13:57
@weinimo
Copy link
Collaborator Author

weinimo commented Nov 28, 2023

/unapprove

@weinimo
Copy link
Collaborator Author

weinimo commented Nov 28, 2023

/remove-approve

@openshift-ci openshift-ci bot removed the approved label Nov 28, 2023

var (
// Files get mounted as root:root, but process is running as octavia
configMode int32 = 0644
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is okay for now but we should look at if its possible to mount as the octavia user.

Copy link
Contributor

openshift-ci bot commented Nov 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: beagles

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment


var (
subjectDefault = pkix.Name{
Organization: []string{"Dis"},
Copy link
Contributor

Choose a reason for hiding this comment

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

do we have this for backward compatibility with existing load balancers?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is what TripleO used. Not sure if it is needed for backwards compatibility, but I figured it is better to use what we know is working.

@@ -0,0 +1,215 @@
package amphoracontrollers
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

FIXME: add license text

@weinimo
Copy link
Collaborator Author

weinimo commented Nov 29, 2023

/hold

@weinimo
Copy link
Collaborator Author

weinimo commented Nov 30, 2023

/hold cancel
/retest
I will add the license comment in another pr

@openshift-merge-bot openshift-merge-bot bot merged commit f7663b9 into openstack-k8s-operators:main Nov 30, 2023
3 checks passed
@beagles beagles mentioned this pull request Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants