Skip to content

returns a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to

Notifications You must be signed in to change notification settings

opspec-pkgs/aws.sts.assume-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

icon

Problem statement

returns a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to

Example usage

Visualize

opctl ui github.com/opspec-pkgs/aws.sts.assume-role#1.2.0

Run

opctl run github.com/opspec-pkgs/aws.sts.assume-role#1.2.0

Compose

op:
  ref: github.com/opspec-pkgs/aws.sts.assume-role#1.2.0
  inputs:
    accessKeyId:  # 👈 required; provide a value
    roleArn:  # 👈 required; provide a value
    roleSessionName:  # 👈 required; provide a value
    secretAccessKey:  # 👈 required; provide a value
  ## uncomment to override defaults
  #   region: "us-west-2"
  #   sessionDuration: 900
  #   sessionToken: ""
  outputs:
    result:

Support

join us on Slack or open an issue

Releases

releases are versioned according to semver 2.0.0 and tagged; see CHANGELOG.md for release notes

Contributing

see project/CONTRIBUTING.md

About

returns a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to

Resources

Stars

Watchers

Forks

Packages

No packages published