Skip to content

Commit e055eaa

Browse files
authored
add links to provider auth docs and upgrade AWS to 1.1.0 (#715)
* add links to provider auth docs Signed-off-by: Pete Lumbis <[email protected]> * add links to provider auth docs. Resolves #533 Signed-off-by: Pete Lumbis <[email protected]> * Add links to provider auth docs and upgrade provider to 1.1.0 Signed-off-by: Pete Lumbis <[email protected]> * correct s3 provider version Signed-off-by: Pete Lumbis <[email protected]> --------- Signed-off-by: Pete Lumbis <[email protected]>
1 parent 1dc711d commit e055eaa

File tree

10 files changed

+47
-29
lines changed

10 files changed

+47
-29
lines changed

content/master/getting-started/provider-aws-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: Provider
4444
metadata:
4545
name: provider-aws-s3
4646
spec:
47-
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:1.1.0
4848
EOF
4949
```
5050

@@ -96,7 +96,7 @@ kind: Provider
9696
metadata:
9797
name: provider-aws-dynamodb
9898
spec:
99-
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0
100100
EOF
101101
```
102102

@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0 3m55s
110-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 13m
111-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 13m
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 13m
112112
```
113113

114114
## Create a custom API

content/master/getting-started/provider-aws.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 100
55

66
Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
77
with the
8-
[Upbound AWS Provider](https://marketplace.upbound.io/providers/upbound/provider-family-aws/v0.37.0).
8+
[Upbound AWS Provider](https://marketplace.upbound.io/providers/upbound/provider-family-aws).
99

1010
This guide is in two parts:
1111
* Part 1 walks through installing Crossplane, configuring the provider to
@@ -37,7 +37,7 @@ kind: Provider
3737
metadata:
3838
name: provider-aws-s3
3939
spec:
40-
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
40+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
4141
EOF
4242
```
4343

@@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
5252
```shell {copy-lines="1",label="getProvider"}
5353
kubectl get providers
5454
NAME INSTALLED HEALTHY PACKAGE AGE
55-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 97s
56-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 88s
55+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 97s
56+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 88s
5757
```
5858

5959
The S3 Provider installs a second Provider, the
@@ -67,7 +67,7 @@ Every CRD maps to a unique AWS service Crossplane can provision and manage.
6767

6868
{{< hint type="tip" >}}
6969
See details about all the supported CRDs in the
70-
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.47.0).
70+
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v1.1.0).
7171
{{< /hint >}}
7272

7373
## Create a Kubernetes secret for AWS

content/master/getting-started/provider-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ az ad sp create-for-rbac \
106106
Save your Azure JSON output as `azure-credentials.json`.
107107

108108
{{< hint type="note" >}}
109-
The Azure Provider
110-
[Authentication documentation](https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md)
111-
describes other authentication methods.
109+
The
110+
[Authentication](https://docs.upbound.io/providers/provider-azure/authentication/)
111+
section of the Azure Provider documentation describes other authentication methods.
112112
{{< /hint >}}
113113

114114
### Create a Kubernetes secret with the Azure credentials

content/master/getting-started/provider-gcp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Data
129129
creds: 2330 bytes
130130
```
131131

132+
{{< hint type="note" >}}
133+
The
134+
[Authentication](https://docs.upbound.io/providers/provider-gcp/authentication/)
135+
section of the GCP Provider documentation describes other authentication methods.
136+
{{< /hint >}}
137+
132138
## Create a ProviderConfig
133139
A `ProviderConfig` customizes the settings of the GCP Provider.
134140

content/v1.14/getting-started/provider-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ az ad sp create-for-rbac \
106106
Save your Azure JSON output as `azure-credentials.json`.
107107

108108
{{< hint type="note" >}}
109-
The Azure Provider
110-
[Authentication documentation](https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md)
111-
describes other authentication methods.
109+
The
110+
[Authentication](https://docs.upbound.io/providers/provider-azure/authentication/)
111+
section of the Azure Provider documentation describes other authentication methods.
112112
{{< /hint >}}
113113

114114
### Create a Kubernetes secret with the Azure credentials

content/v1.14/getting-started/provider-gcp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Data
129129
creds: 2330 bytes
130130
```
131131

132+
{{< hint type="note" >}}
133+
The
134+
[Authentication](https://docs.upbound.io/providers/provider-gcp/authentication/)
135+
section of the GCP Provider documentation describes other authentication methods.
136+
{{< /hint >}}
137+
132138
## Create a ProviderConfig
133139
A `ProviderConfig` customizes the settings of the GCP Provider.
134140

content/v1.15/getting-started/provider-aws-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: Provider
4444
metadata:
4545
name: provider-aws-s3
4646
spec:
47-
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:1.1.0
4848
EOF
4949
```
5050

@@ -96,7 +96,7 @@ kind: Provider
9696
metadata:
9797
name: provider-aws-dynamodb
9898
spec:
99-
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0
100100
EOF
101101
```
102102

@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0 3m55s
110-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 13m
111-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 13m
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:1.1.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 13m
112112
```
113113

114114
## Create a custom API

content/v1.15/getting-started/provider-aws.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 100
55

66
Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
77
with the
8-
[Upbound AWS Provider](https://marketplace.upbound.io/providers/upbound/provider-family-aws/v0.37.0).
8+
[Upbound AWS Provider](https://marketplace.upbound.io/providers/upbound/provider-family-aws).
99

1010
This guide is in two parts:
1111
* Part 1 walks through installing Crossplane, configuring the provider to
@@ -37,7 +37,7 @@ kind: Provider
3737
metadata:
3838
name: provider-aws-s3
3939
spec:
40-
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
40+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
4141
EOF
4242
```
4343

@@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
5252
```shell {copy-lines="1",label="getProvider"}
5353
kubectl get providers
5454
NAME INSTALLED HEALTHY PACKAGE AGE
55-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 97s
56-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 88s
55+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 97s
56+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 88s
5757
```
5858

5959
The S3 Provider installs a second Provider, the
@@ -67,7 +67,7 @@ Every CRD maps to a unique AWS service Crossplane can provision and manage.
6767

6868
{{< hint type="tip" >}}
6969
See details about all the supported CRDs in the
70-
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.47.0).
70+
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v1.1.0).
7171
{{< /hint >}}
7272

7373
## Create a Kubernetes secret for AWS

content/v1.15/getting-started/provider-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ az ad sp create-for-rbac \
106106
Save your Azure JSON output as `azure-credentials.json`.
107107

108108
{{< hint type="note" >}}
109-
The Azure Provider
110-
[Authentication documentation](https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md)
111-
describes other authentication methods.
109+
The
110+
[Authentication](https://docs.upbound.io/providers/provider-azure/authentication/)
111+
section of the Azure Provider documentation describes other authentication methods.
112112
{{< /hint >}}
113113

114114
### Create a Kubernetes secret with the Azure credentials

content/v1.15/getting-started/provider-gcp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Data
129129
creds: 2330 bytes
130130
```
131131

132+
{{< hint type="note" >}}
133+
The
134+
[Authentication](https://docs.upbound.io/providers/provider-gcp/authentication/)
135+
section of the GCP Provider documentation describes other authentication methods.
136+
{{< /hint >}}
137+
132138
## Create a ProviderConfig
133139
A `ProviderConfig` customizes the settings of the GCP Provider.
134140

0 commit comments

Comments
 (0)