Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for short-lived access tokens #393

Open
smithrobs opened this issue Aug 22, 2024 · 0 comments
Open

Support for short-lived access tokens #393

smithrobs opened this issue Aug 22, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@smithrobs
Copy link
Contributor

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

It would be nice to have support for short-lived access tokens.

Example:

import * as service from "@pulumi/pulumiservice";

const accessToken = new service.AccessToken("token", {
    description: "example-accesstoken",
    expires: 1724375054 // (GMT): Friday, August 23, 2024 1:04:14 AM
});
@smithrobs smithrobs added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Aug 22, 2024
@cleverguy25 cleverguy25 removed the needs-triage Needs attention from the triage team label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants