@@ -62,7 +62,7 @@ Create a user with the required permission in your MongoDB instance. This user w
62
62
Human-readable label that identifies a group of privileges assigned to a database user. This value can either be a built-in role or a custom role.
63
63
- Enum: ` atlasAdmin ` ` backup ` ` clusterMonitor ` ` dbAdmin ` ` dbAdminAnyDatabase ` ` enableSharding ` ` read ` ` readAnyDatabase ` ` readWrite ` ` readWriteAnyDatabase ` ` <a custom role name> ` .
64
64
</ParamField >
65
-
65
+
66
66
<ParamField path = " CA(SSL)" type = " string" >
67
67
A CA may be required if your DB requires it for incoming connections.
68
68
</ParamField >
@@ -71,39 +71,39 @@ Create a user with the required permission in your MongoDB instance. This user w
71
71
</Step >
72
72
73
73
<Step title = " Click `Submit`" >
74
- After submitting the form, you will see a dynamic secret created in the dashboard.
74
+ After submitting the form, you will see a dynamic secret created in the dashboard.
75
75
76
76
<Note >
77
- If this step fails, you may have to add the CA certificate.
77
+ If this step fails, you may have to add the CA certificate.
78
78
</Note >
79
79
80
80
</Step >
81
81
<Step title = " Generate dynamic secrets" >
82
- Once you've successfully configured the dynamic secret, you're ready to generate on-demand credentials.
83
- To do this, simply click on the 'Generate' button which appears when hovering over the dynamic secret item.
82
+ Once you've successfully configured the dynamic secret, you're ready to generate on-demand credentials.
83
+ To do this, simply click on the 'Generate' button which appears when hovering over the dynamic secret item.
84
84
Alternatively, you can initiate the creation of a new lease by selecting 'New Lease' from the dynamic secret lease list section.
85
85
86
86
![ Dynamic Secret] ( /images/platform/dynamic-secrets/dynamic-secret-generate.png )
87
87
![ Dynamic Secret] ( /images/platform/dynamic-secrets/dynamic-secret-lease-empty.png )
88
88
89
- When generating these secrets, it's important to specify a Time-to-Live (TTL) duration. This will dictate how long the credentials are valid for.
89
+ When generating these secrets, it's important to specify a Time-to-Live (TTL) duration. This will dictate how long the credentials are valid for.
90
90
91
91
![ Provision Lease] ( /images/platform/dynamic-secrets/provision-lease.png )
92
92
93
93
<Tip >
94
- Ensure that the TTL for the lease fall within the maximum TTL defined when configuring the dynamic secret.
94
+ Ensure that the TTL for the lease falls within the maximum TTL defined when configuring the dynamic secret.
95
95
</Tip >
96
96
97
97
98
- Once you click the ` Submit ` button, a new secret lease will be generated and the credentials from it will be shown to you.
98
+ Once you click the ` Submit ` button, a new secret lease will be generated and the credentials from it will be shown to you.
99
99
100
100
![ Provision Lease] ( /images/platform/dynamic-secrets/lease-values.png )
101
101
</Step >
102
102
</Steps >
103
103
104
104
## Audit or Revoke Leases
105
- Once you have created one or more leases, you will be able to access them by clicking on the respective dynamic secret item on the dashboard.
106
- This will allow you to see the expiration time of the lease or delete a lease before it's set time to live.
105
+ Once you have created one or more leases, you will be able to access them by clicking on the respective dynamic secret item on the dashboard.
106
+ This will allow you to see the expiration time of the lease or delete a lease before its set time to live.
107
107
108
108
![ Provision Lease] ( /images/platform/dynamic-secrets/lease-data.png )
109
109
0 commit comments