aws-glue-connection-properties-credentials
Glue connection properties can return plaintext usernames, passwords, URLs, and custom connector credentials when HidePassword is false.
Where it sits
| location | GetConnection.Connection.ConnectionProperties.{USERNAME,PASSWORD,JDBC_CONNECTION_URL,CUSTOM_*} |
| location kind | connection_string |
| data kinds | credential password connection_string database_credential api_key oauth_token |
| emits edge | ExposesCredential |
| service | Glue (aws:glue) |
Collection recipe
| access mode | read_api |
| operation | GetConnection |
| response path | Connection.ConnectionProperties.<key> |
| encoding | map |
| params | {"HidePassword": false, "Name": "\u003cconnection-name\u003e"} |
Required permissions
References