@@ -6,26 +6,25 @@ description: "How to create and manage connection details across Crossplane mana
6
6
7
7
## Background
8
8
9
- When a [ Provider ] ({{<ref "/master/concepts/providers">}}) creates a managed
10
- resource, the resource may generate resource -specific details. These details can include
11
- usernames, passwords or connection details like an IP address.
9
+ When a provider creates a managed resource, the resource may generate
10
+ resource-specific details. These details can include usernames, passwords or
11
+ connection details like an IP address.
12
12
13
13
Crossplane refers to this information as the _ connection details_ or
14
14
_ connection secrets_ .
15
15
16
- The Provider
17
- defines what information to present as a _ connection
18
- detail_ from a managed resource.
16
+ The Provider defines what information to present as a _ connection detail_ from a
17
+ managed resource.
19
18
20
19
## Connection secrets in a managed resource
21
20
22
21
Creating an individual managed resource shows the connection secrets the
23
22
resource creates.
24
23
25
24
{{<hint "note" >}}
26
- Read the [ managed resources] ({{<ref "/master/concepts/ managed-resources">}})
27
- documentation for more information on configuring resources and storing
28
- connection secrets for individual resources.
25
+ Read the [ managed resources] ({{<ref "managed-resources">}}) documentation for
26
+ more information on configuring resources and storing connection secrets for
27
+ individual resources.
29
28
{{< /hint >}}
30
29
31
30
40
39
apiVersion : iam.aws.upbound.io/v1beta1
41
40
kind : AccessKey
42
41
metadata :
42
+ namespace : default
43
43
name : test-accesskey
44
44
spec :
45
45
forProvider :
@@ -75,6 +75,3 @@ attribute.ses_smtp_password_v4: 44 bytes
75
75
password : 40 bytes
76
76
username : 20 bytes
77
77
` ` `
78
-
79
- Compositions and CompositeResourceDefinitions require the exact names of the
80
- secrets generated by a resource.
0 commit comments