@pulumi/pulumiservice 0.30.0-alpha.1743544102 → 0.30.0-alpha.1744257815

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/oidcIssuer.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * An OIDC issuer registration with Pulumi.
5
+ * Register an OIDC Provider to establish a trust relationship between third-party systems like GitHub Actions and Pulumi Cloud, obviating the need to store a hard-coded Pulumi Cloud token in systems that need to run Pulumi commands or consume Pulumi Cloud APIs. Instead of a hard-coded, static token that must be manually rotated, trusted systems are granted temporary Pulumi Cloud tokens on an as-needed basis, which is more secure than static tokens.
6
6
  */
7
7
  export declare class OidcIssuer extends pulumi.CustomResource {
8
8
  /**
package/oidcIssuer.js CHANGED
@@ -6,7 +6,7 @@ exports.OidcIssuer = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * An OIDC issuer registration with Pulumi.
9
+ * Register an OIDC Provider to establish a trust relationship between third-party systems like GitHub Actions and Pulumi Cloud, obviating the need to store a hard-coded Pulumi Cloud token in systems that need to run Pulumi commands or consume Pulumi Cloud APIs. Instead of a hard-coded, static token that must be manually rotated, trusted systems are granted temporary Pulumi Cloud tokens on an as-needed basis, which is more secure than static tokens.
10
10
  */
11
11
  class OidcIssuer extends pulumi.CustomResource {
12
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumiservice",
3
- "version": "0.30.0-alpha.1743544102",
3
+ "version": "0.30.0-alpha.1744257815",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kind/native",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "pulumiservice",
25
- "version": "0.30.0-alpha.1743544102"
25
+ "version": "0.30.0-alpha.1744257815"
26
26
  }
27
27
  }