Skip to content

Commit

Permalink
Add additional tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed May 31, 2023
1 parent 5e8b6fc commit 3cc2496
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"choosable",
"CIAM",
"Pulumi",
"tfbridge",
"tfgen"
Expand Down
8 changes: 7 additions & 1 deletion provider/cmd/pulumi-resource-authress/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
"description": "A Pulumi package for creating and managing Authress resources.",
"keywords": [
"pulumi",
"auth",
"authress",
"category/cloud",
"authorization",
"authentication",
"access control",
"policies",
"api"
"api",
"users",
"identity",
"security",
"IAM",
"CIAM"
],
"homepage": "https://authress.io",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func Provider() pf.ProviderInfo {
PluginDownloadURL: "github://api.github.com/Authress/pulumi-authress",
Description: "A Pulumi package for creating and managing Authress resources.",
// https://www.pulumi.com/docs/guides/pulumi-packages/schema/#package.
Keywords: []string{"pulumi", "authress", "category/cloud", "authorization", "authentication", "access control", "policies", "api"},
Keywords: []string{"pulumi", "auth", "authress", "category/cloud", "authorization", "authentication", "access control", "policies", "api", "users", "identity", "security", "IAM", "CIAM"},
License: "Apache-2.0",
Homepage: "https://authress.io",
Repository: "https://github.com/Authress/pulumi-authress",
Expand Down

0 comments on commit 3cc2496

Please sign in to comment.