You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that need prolonged sessions of testing. Right now I have to reload my novops shell to renew the AWS credentials every hour. I was a bit surprised since I had changed the value in the IAM role to 4 hours. After checks, turns out I had just changed the Maximum duration to 4hours and the default remained to 1h.
According to https://repost.aws/knowledge-center/iam-role-chaining-limit yu can change the session duration in awscli by passing DurationSeconds as option. I could not find how to enable this in novops https://novops.dev/config/aws.html#sts-assume-role ? Would it be possible to add ?
NB: I've just discovered that novops supported s3 buckets !! I've wanted to propose this, it opens up many possibilities. Congrats \o/
The text was updated successfully, but these errors were encountered:
Hi,
I am working on a project that need prolonged sessions of testing. Right now I have to reload my novops shell to renew the AWS credentials every hour. I was a bit surprised since I had changed the value in the IAM role to 4 hours. After checks, turns out I had just changed the Maximum duration to 4hours and the default remained to 1h.
According to https://repost.aws/knowledge-center/iam-role-chaining-limit yu can change the session duration in awscli by passing DurationSeconds as option. I could not find how to enable this in novops https://novops.dev/config/aws.html#sts-assume-role ? Would it be possible to add ?
NB: I've just discovered that novops supported s3 buckets !! I've wanted to propose this, it opens up many possibilities. Congrats \o/
The text was updated successfully, but these errors were encountered: