ssosync: Is is no longer available in AWS Serverless Application Repository.
Describe the bug
Following the link AWS Serverless Application Repository from the readme results in an error You are not authorized to perform: serverlessrepo:GetApplication.
I think it is no longer available in the repository. Is this something intended ?
To Reproduce Steps to reproduce the behavior:
- Login to an was account with admin privileges
- Click AWS Serverless Application Repository
- See error
You are not authorized to perform: serverlessrepo:GetApplication.
Expected behavior I was expanding to find the app and be able to create a stack out of it.
Additional context We figure this out by trying to update an existing stack
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 19
- Comments: 29 (7 by maintainers)
Hi guys, I finished the first version of the new alternative project to this one.
https://github.com/slashdevops/idp-scim-sync is a fresh implementation, it is not a
ssosyncfork, and the main idea is to keep a “state file” after the sync to avoid unnecessary requests to AWS SSO SCIM API.this project is composed of different artefacts repository but the most convenient one is the
AWS Serverless Applicationhttps://serverlessrepo.aws.amazon.com/applications/us-east-1/889836709304/idp-scim-syncDon’t really understand why this really key feature is essentially broken
One workaround would be to use SAM to deploy the same lambda.
well since a couple of months ago I created a new OSS project to resolve this problem. I still working on that in my free time and it is almost ready, in fact, I’m testing it with good results, so I hope I can release this close.
I’m working in the development branch, and the docs still pending https://github.com/slashdevops/idp-scim-sync/tree/develop
This is a WIP with a new approach to reduce the AWS SSO SCIM API calls storing the state in an S3 bucket.
Looks like I was using some outdated version. I followed the link from this repo and everything is working normal again.
Available in the Serverless Application Repository : SSOSync