Results 10 comments of Rush

Created PR: https://github.com/gruntwork-io/terragrunt/pull/2212

@yorinasub17 @zackproser @rhoboat @denis256 Hey, is there anything else required to get this merged?

This issue in the very least should require a review of all of the official documentation, since you cannot actually use the provider in it's documented state.

https://github.com/alcideio/rbac-tool/issues/48

> @eightseventhreethree - thanks for the PR. > > I looked into the change here and while it is minimal - it would change the entire behavior in a way...

> @eightseventhreethree thank you for the contribution! We are going to review it, but it looks pretty straight forward. We will need to update the docs as well. Do you...

This is an issue for us. I manually renamed the port, but this means that upgrades to the chart will break SSO.

A dependency free Python version: ```python #!/usr/bin/env python3 import urllib.request import json import sys def main(): if len(sys.argv) != 2: print("Usage: main.py ") print("Example: main.py 1.24.2") sys.exit(1) semver = sys.argv[1]...