This commit is contained in:
2025-11-17 05:08:18 +01:00
parent fcf5943b8d
commit 0cfd628d43
4 changed files with 20 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
providers/aws-credentials.txt

View File

@@ -1,5 +1,5 @@
--- ---
apiVersion: aws.upbound.io/v1beta1 apiVersion: aws.m.upbound.io/v1beta1
kind: ProviderConfig kind: ProviderConfig
metadata: metadata:
name: default name: default

View File

@@ -0,0 +1,6 @@
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: upbound-provider-aws-iam
spec:
package: xpkg.upbound.io/upbound/provider-aws-iam:v2.2.0

12
services/iam/user.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: iam.aws.m.upbound.io/v1beta1
kind: User
metadata:
name: ksa
namespace: crossplane-system
labels:
testing.upbound.io/example-name: user
spec:
forProvider: {}
providerConfigRef:
name: default
kind: ProviderConfig