personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

What is `AWSSecurityTokenService` ? #126

Open yoh1496 opened 3 years ago

yoh1496 commented 3 years ago

In test code, there are some scripts referring AWSSecurityTokenService.

Below code is from below link, It looks to be a code for initializing extension.

_p.extension.AWSSecurityTokenService()`

https://github.com/personium/personium-engine/blob/b6c0d074fc7b9664f0f5606f8b514ed184c106f3/src/test/resources/service/callExtension_AWSSecurityTokenService_getSessionToken.js#L18

But there are no repository found by searching AWSSecurityTokenService.

Is there any information about this?

shimono commented 3 years ago

Years ago (around 2014), we developed an extension for handling AWS managed services. This should be a test code using that extension.

shimono commented 3 years ago

https://github.com/fujitsu-pio/personium-ex-awssts