Curtis
Curtis
Hi @lanox , that does make sense - Thank you for clarifying. This is not possible currently, but it's a viable feature request. It could be accomplished through dynamic configuration,...
Hi @akshataashok, it looks like you're running ConsoleMe in the cloud without authentication or network security group (A.K.A. Firewall) rules. Please make sure to restrict ConsoleMe so that only you...
There's [initialize_dynamodb_oss.py](https://github.com/Netflix/consoleme/blob/master/scripts/initialize_dynamodb_oss.py) that can set up your dynamo tables for you, and [initialize_redis_oss.py](https://github.com/Netflix/consoleme/blob/master/scripts/initialize_redis_oss.py) that can help with pre-populating your Redis cache. The static configuration files shouldn't change too often after...
Hmm, could you print the container logs for the celery container when it crashes?
Can you provide step-by-step instructions to help us replicate this issue? Please also let us know what OS and hardware you are using.
Thanks @abhishekjaiswal06. I wouldn't recommend using Docker on EC2. Docker is used to get ConsoleMe running on your local machine. But On EC2, you can use real DynamoDB, and Redis...
Hi @abhishekjaiswal06 yes it is possible, but you have to tell ConsoleMe what accounts to sync in Dynamic Configuration or Local configuration. Instructions for local configuration are [here](https://hawkins.gitbook.io/consoleme/configuration/account-syncing#sync-accounts-from-configuration). Dynamic configuration...
Hi @abhishekjaiswal06 , this error indicates that someone made a POST request to a consoleme endpoint without the _xsrf token, which is used to prevent XSRF/CSRF vulnerabilities. Is there anything...
IAM/S3/SQS/SNS mutation permissions are needed for ConsoleMe self-service and cross-account permission mutation to work, so that change may cause confusion. Perhaps we could add a read-only configuration for folks that...
@avishayil how does this look to you?