-
Notifications
You must be signed in to change notification settings - Fork 235
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
Promoting autokey config from alpha to beta #3012
Conversation
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.
/approve
Can you update the reference doc (_toc.yaml and overview.md page)
@@ -30,7 +30,7 @@ | |||
|
|||
1. In [config/samples/resources](config/samples/resources), create a new | |||
directory for the resource's samples: `mkdir spannerinstance`. | |||
1. Follow the sample guidelines [here](../../README.Samples.md) and create sample(s) for the resource. | |||
1. Follow the sample guidelines [here](../../../README.Samples.md) and create sample(s) for the resource. |
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.
Thanks!
This reverts commit db81600.
Turns out, we need to set a default value for the IpConfiguration fields for Ipv4Enabled and SslMode, even if some of the IpConfiguration is specified. Also, SslMode appears to have a different default value depending on which type of database is used.
pkg/controller/direct/kms/autokeyconfig/autokeyconfig_controller.go
Outdated
Show resolved
Hide resolved
This avoids the non-determinism
It isn't (normally) an error, we're just waiting for the webhook to start.
The IAMPolicy samples and IAMPartialPolicy samples had the same name, causing our test results to be ambiguous. Rename to deduplicate.
We probably should have an override capability, but .... this works.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuwenma 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 |
This reverts commit e527685.
part2 alpha to beta autokeyconfig Part3 updated part 4 part 5 Part 6 Part 7 part 8 Review commetns correcting unit test build error Make ready pr Updating gvk_generated.go removing accidental file Make readypr init for dummy branch Revert "init for dummy branch" This reverts commit db81600. initial key handle commit delete accidentally committed files Make ready-pr Removing todos updating tests Updated as per bigquery connection controller addressing review comments real gcp logs minor nits use update field mask to deterine which field to update real gcp record mock gcp fix: cbwp GCP server request/response project in different format chore: rename projectIDAndNumber build project ID and Number switcher around NetworkRef Promote PrivilegedAccessManagerEntitlement to v1beta1 Rerun 'make ready-pr'" Run 'make ensure' removing apis/kms/v1alpha1 Revert "removing apis/kms/v1alpha1" This reverts commit e527685. removing autokeyconfig from v1alpha1
Change description
Fixes #
Tests you have done
make ready-pr
to ensure this PR is ready for review.