culibraries / folio

Project management for FOLIO implementation at CU Boulder
https://github.com/orgs/culibraries/projects/12
MIT License
0 stars 0 forks source link

Ensure that assuming the IAM role works #268

Closed steveellis closed 2 years ago

steveellis commented 2 years ago

Since I have created the kubernetes clusters for FOLIO they are bound to my IAM identity. Although it is probably possible to assume my identity by getting my secret access key and id, a better might be to assume the identity we have created for this purpose.

This is not necessary to run pulumi up. It only relates to being able to connect to the clusters via kubectl.

The process for this is documented here: https://github.com/culibraries/folio/blob/main/pulumi/README.md#connect-to-a-stack-that-you-didnt-create

I'm going to make some pushes on a branch associated with this ticket to make things a little easier.

steveellis commented 2 years ago

@jwfuller has been successful getting this to work on on his machine. I have also seen it work on mine.