Skip to content

Commit

Permalink
chore: Update wasmCloud-contrib => contrib (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas authored Dec 18, 2024
1 parent 6088cc5 commit ed7e8bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wasmCloud-contrib
# wasmCloud contrib

Community contributions of providers, components, and demos

Expand Down
2 changes: 1 addition & 1 deletion secrets/secrets-kubernetes/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/wasmCloud/wasmCloud-contrib/secrets/secrets-kubernetes
module github.com/wasmCloud/contrib/secrets/secrets-kubernetes

go 1.22.5

Expand Down
2 changes: 1 addition & 1 deletion secrets/secrets-kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/nats-io/nats.go"
"github.com/nats-io/nkeys"
"github.com/wasmCloud/wasmCloud-contrib/secrets/secrets-kubernetes/pkg/secrets"
"github.com/wasmCloud/contrib/secrets/secrets-kubernetes/pkg/secrets"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion secrets/secrets-vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ And then in your component or provider's `properties` section you will need the
# ... rest of the manifest ...
```

[helm-chart]: https://github.com/wasmCloud/wasmCloud-contrib/blob/main/secrets/secrets-vault/charts/secrets-vault/README.md
[helm-chart]: https://github.com/wasmCloud/contrib/blob/main/secrets/secrets-vault/charts/secrets-vault/README.md
[vault-bound-claims]: https://developer.hashicorp.com/vault/docs/auth/jwt#bound-claims
[vault-jwks-url]: https://developer.hashicorp.com/vault/api-docs/auth/jwt#jwks_url
[vault-jwt-auth]: https://developer.hashicorp.com/vault/docs/auth/jwt#jwt-authentication
Expand Down

0 comments on commit ed7e8bc

Please sign in to comment.