@pierskarsenbarg/sdm 0.0.6 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@ This package is available for several languages/platforms:
|
|
|
11
11
|
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @pierskarsenbarg/
|
|
14
|
+
npm install @pierskarsenbarg/sdm
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
or `yarn`:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @pierskarsenbarg/
|
|
20
|
+
yarn add @pierskarsenbarg/sdm
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
### Python
|
|
@@ -51,6 +51,11 @@ The following configuration points are available for the `sdm` provider:
|
|
|
51
51
|
- `sdm:apiAccessKey` (environment: `SDM_API_ACCESS_KEY`) - the API key for `Strong DM`
|
|
52
52
|
- `sdm:apiSecretKey` (environment: `SDM_API_SECRET_KEY`) - the corresponding secret key for the above API key
|
|
53
53
|
|
|
54
|
+
## Todo
|
|
55
|
+
|
|
56
|
+
* Add Java language support
|
|
57
|
+
* Add YAML language support
|
|
58
|
+
|
|
54
59
|
<!-- ## Reference
|
|
55
60
|
|
|
56
61
|
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pierskarsenbarg/sdm",
|
|
3
|
-
"version": "v0.0.
|
|
4
|
-
"description": "A Pulumi package for creating and managing
|
|
3
|
+
"version": "v0.0.9",
|
|
4
|
+
"description": "A Pulumi package for creating and managing StrongDM cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
7
7
|
"sdm",
|
|
8
8
|
"category/cloud"
|
|
9
9
|
],
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
11
11
|
"repository": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource sdm v0.0.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource sdm --server https://github.com/pierskarsenbarg/pulumi-sdm/releases/download/v0.0.9 v0.0.9"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
},
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
|
-
"pluginDownloadURL": "https://github.com/pierskarsenbarg/pulumi-sdm/releases/download/v0.0.
|
|
27
|
+
"pluginDownloadURL": "https://github.com/pierskarsenbarg/pulumi-sdm/releases/download/v0.0.9"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/package.json.bak
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pierskarsenbarg/sdm",
|
|
3
3
|
"version": "${VERSION}",
|
|
4
|
-
"description": "A Pulumi package for creating and managing
|
|
4
|
+
"description": "A Pulumi package for creating and managing StrongDM cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
7
7
|
"sdm",
|
|
8
8
|
"category/cloud"
|
|
9
9
|
],
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
11
11
|
"repository": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
package/package.json.dev
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pierskarsenbarg/sdm",
|
|
3
|
+
"version": "v0.0.9",
|
|
4
|
+
"description": "A Pulumi package for creating and managing StrongDM cloud resources.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"pulumi",
|
|
7
|
+
"sdm",
|
|
8
|
+
"category/cloud"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
11
|
+
"repository": "https://github.com/pierskarsenbarg/pulumi-sdm",
|
|
12
|
+
"license": "Apache-2.0",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "tsc",
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource sdm v0.0.9"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@pulumi/pulumi": "^3.0.0"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@types/mime": "^2.0.0",
|
|
22
|
+
"@types/node": "^10.0.0",
|
|
23
|
+
"typescript": "^4.3.5"
|
|
24
|
+
},
|
|
25
|
+
"pulumi": {
|
|
26
|
+
"resource": true,
|
|
27
|
+
"pluginDownloadURL": "https://github.com/pierskarsenbarg/pulumi-sdm/releases/download/v0.0.9"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
var childProcess = require("child_process");
|
|
3
3
|
|
|
4
4
|
var args = process.argv.slice(2);
|
|
5
|
-
|
|
6
|
-
if (args.indexOf("${VERSION}") !== -1) {
|
|
7
|
-
process.exit(0);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
var res = childProcess.spawnSync("pulumi", ["plugin", "install", "--server", "https://github.com/pierskarsenbarg/pulumi-sdm/releases/download/${VERSION}"].concat(args), {
|
|
5
|
+
var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
|
|
11
6
|
stdio: ["ignore", "inherit", "inherit"]
|
|
12
7
|
});
|
|
13
8
|
|