Skip to content

Commit 81f6153

Browse files
committed
Update connection details for v2
Signed-off-by: Nic Cope <[email protected]>
1 parent 89dbb44 commit 81f6153

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

content/v2.0-preview/managed-resources/connection-details.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ description: "How to create and manage connection details across Crossplane mana
66

77
## Background
88

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.
1212

1313
Crossplane refers to this information as the _connection details_ or
1414
_connection secrets_.
1515

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.
1918

2019
## Connection secrets in a managed resource
2120

2221
Creating an individual managed resource shows the connection secrets the
2322
resource creates.
2423

2524
{{<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.
2928
{{< /hint >}}
3029

3130

@@ -40,6 +39,7 @@ in the
4039
apiVersion: iam.aws.upbound.io/v1beta1
4140
kind: AccessKey
4241
metadata:
42+
namespace: default
4343
name: test-accesskey
4444
spec:
4545
forProvider:
@@ -75,6 +75,3 @@ attribute.ses_smtp_password_v4: 44 bytes
7575
password: 40 bytes
7676
username: 20 bytes
7777
```
78-
79-
Compositions and CompositeResourceDefinitions require the exact names of the
80-
secrets generated by a resource.

0 commit comments

Comments
 (0)