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
// The customRoles lets you create, and change custom roles in your cluster. Use custom roles to specify custom sets of actions that the Atlas built-in roles can't describe.
144
+
// CustomRoles lets you create and change custom roles in your cluster.
145
+
// Use custom roles to specify custom sets of actions that the Atlas built-in roles can't describe.
146
+
// Deprecated: Migrate to the AtlasCustomRoles custom resource in accordance with the migration guide
147
+
// at https://www.mongodb.com/docs/atlas/operator/current/migrate-parameter-to-resource/#std-label-ak8so-migrate-ptr
Copy file name to clipboardExpand all lines: api/v1/auditing.go
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,14 @@ package v1
16
16
17
17
// Auditing represents MongoDB Maintenance Windows
18
18
typeAuditingstruct {
19
-
// Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
19
+
// Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event.
20
+
// For more information, see auditAuthorizationSuccess.
// EncryptionAtRest allows to specify the Encryption at Rest for AWS, Azure and GCP providers
21
+
// EncryptionAtRest configures the Encryption at Rest for the AWS, Azure and GCP providers.
22
22
typeEncryptionAtReststruct {
23
23
AwsKmsAwsKms`json:"awsKms,omitempty"`// AwsKms specifies AWS KMS configuration details and whether Encryption at Rest is enabled for an Atlas project.
24
24
AzureKeyVaultAzureKeyVault`json:"azureKeyVault,omitempty"`// AzureKeyVault specifies Azure Key Vault configuration details and whether Encryption at Rest is enabled for an Atlas project.
0 commit comments