Last updated 26th March 2021
Objective
The access
key in .platform.app.yaml
defines the user roles who can log in via SSH to the environments they have permission to access. The specified role is a minimum; anyone with an access level of this role or higher can access the container via SSH.
Possible values are admin
, contributor
, and viewer
. The default is contributor
.
How do I restrict SSH access only to project administrators?
The following block in .platform.app.yaml
will restrict SSH access to just those users with "admin" privileges on the project or on the specific deployed environment.
access:
ssh: admin
Did you find this guide useful?
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.