consoleme
consoleme copied to clipboard
A Central Control Plane for AWS Permissions and Access
Purpose: Enable ConsoleMe to retrieve a user's groups from LDAP / Active Directory Context: ConsoleMe currently expects your SSO identity provider to pass in a user's groups as a claim....
The current policy under spoke-accounts gives ConsoleMe both the read AND write access that it needs. However, if someone wants to deploy ConsoleMe in read-only, they'd want to use a...
@castrapel mentioned that the index page can be disabled and have it point to another endpoint by modifying the internal routes [here](https://github.com/Netflix-Skunkworks/consoleme/blob/master/default_plugins/consoleme_default_plugins/plugins/internal_routes/internal_routes.py) He also mentioned that for modifying the header...
**Describe the bug** The logs come out normally, but nothing builds up on the actual DynamoDB. **To Reproduce** Steps to reproduce the behavior: 1. Deploy ConsoleMe using Terraform (my region...
DynamoDB table config keys are duplicated. - consoleme_config_global - consoleme_audit_global
Updates gh-actions build-and-package workflow python version to fix CI errors on #9320 Error Log: ``` Run actions/setup-python@v1 Error: Version 3.10.5 with arch x64 not found Available versions: 2.7.18 (x64) 3.10.6...
**Describe the bug** Based on code, config.get will always get the same dynamodb table for `self.group_log` and `self.dynamic_config` **Additional context** https://github.com/Netflix/consoleme/blob/master/consoleme/lib/dynamo.py#L250-L255
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.32. Release notes Sourced from gitpython's releases. v3.1.32 - with another security update What's Changed Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in gitpython-developers/GitPython#1572...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...