You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,15 @@ This controller is implemented using [kubebuilder](https://github.com/kubernetes
150
150
Generated CRD manifests are stored in `config/crd`. RBAC roles and bindings can be found in config/rbac. There's also a Make target to build controller's Docker image and
151
151
store it in local docker repo (Docker must be installed).
152
152
153
+
154
+
### Disable Approval Check
155
+
156
+
The ADCS Issuer will wait for CertificateRequests to have an [approved condition
157
+
set](https://cert-manager.io/docs/concepts/certificaterequest/#approval) before
158
+
signing. If using an older version of cert-manager (pre v1.3), you can disable
159
+
this check by supplying the command line flag `-enable-approved-check=false` to
160
+
the Issuer Deployment.
161
+
153
162
## Testing considerations
154
163
155
164
### ADCS Simulator
@@ -182,4 +191,4 @@ More then one directive can be used at a time. e.g. to simulate rejecting the ce
182
191
183
192
## License
184
193
185
-
This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/adcs-issuer/blob/master/LICENSE).
194
+
This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/adcs-issuer/blob/master/LICENSE).
0 commit comments