We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've installed both packages on my Mac (Big Sur)
brew tap xen0l/homebrew-taps brew install aws-gate # For installing session-manager-plugin via Homebrew (optional) brew install --cask session-manager-plugin
However when I forward the port e.g. connect to RDS from my bastion:
aws-gate ssh -L 3306:rdsstack-dbclustdgf587f-1oogdfgezp2mu.cluster-1oogdfgezp2mu.eu-central-1.rds.amazonaws.com:3306 i-0ec5976f8889b1099
It tries to execute the session-manager-plugin from the .aws-gate/bin/ folder
.aws-gate/bin/
zsh:1: no such file or directory: ~/.aws-gate/bin/session-manager-plugin
Brew installs the session-manager-plugin by default in /usr/local/bin/session-manager-plugin
/usr/local/bin/session-manager-plugin
For now I fixed it by doing:
cp -rp /usr/local/bin/session-manager-plugin ~/.aws-gate/bin/session-manager-plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've installed both packages on my Mac (Big Sur)
However when I forward the port e.g. connect to RDS from my bastion:
It tries to execute the session-manager-plugin from the
.aws-gate/bin/
folderBrew installs the session-manager-plugin by default in
/usr/local/bin/session-manager-plugin
For now I fixed it by doing:
The text was updated successfully, but these errors were encountered: