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
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
106
+
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
106
107
107
108
## Uninstall the Operator
108
109
@@ -133,7 +134,6 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
133
134
134
135
Note: If the CRD instances are not deleted, and the operator is deleted by using the preceding command, then operator deployment and instance objects (pods, services, PVCs, and so on) are deleted. However, if that happens, then the CRD deletion stops responding. This is because the CRD instances have properties that prevent their deletion, and that can only be removed by the operator pod, which is deleted when the APIServices are deleted.
135
136
136
-
137
137
## Docs of the supported Oracle Database configurations
@@ -155,21 +155,22 @@ You can submit a GitHub issue, or you can also file an [Oracle Support service](
155
155
Secure platforms are an important basis for general system security. Ensure that your deployment is in compliance with common security practices.
156
156
157
157
### Managing Sensitive Data
158
+
158
159
Kubernetes secrets are the usual means for storing credentials or passwords input for access. The operator reads the Secrets programmatically, which limits exposure of sensitive data. However, to protect your sensitive data, Oracle strongly recommends that you set and get sensitive data from Oracle Cloud Infrastructure Vault, or from third-party Vaults.
159
160
160
161
The following is an example of a YAML file fragment for specifying Oracle Cloud Infrastructure Vault as the repository for the admin password.
161
-
```
162
+
163
+
```yaml
162
164
adminPassword:
163
165
ociSecretOCID: ocid1.vaultsecret.oc1...
164
166
```
167
+
165
168
Examples in this repository where passwords are entered on the command line are for demonstration purposes only.
166
169
167
170
### Reporting a Security Issue
168
171
169
172
See [Reporting security vulnerabilities](./SECURITY.md)
0 commit comments