Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 2.63 KB

grant-db-tunnel-access-7791e70.md

File metadata and controls

84 lines (47 loc) · 2.63 KB

grant-db-tunnel-access

This command generates a token, which allows the members of another subaccount to access a database using a database tunnel.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

neo grant-db-tunnel-access -h <host> -u <user> -a <my subaccount> -i <mydatabase> --to-account <other subaccount>

Parameters

Required

-i, --id

Database ID

Type: string

--to-account

Subaccount technical name

The subaccount to be granted database tunnel access, based on the access token

Type: string

Example

neo grant-db-tunnel-access -h hanatrial.ondemand.com -u [email protected] -a mysubaccount -i mydb --to-account other subaccount

Related Information

Give Other Subaccounts Permission to Open a Database Tunnel ↗️

list-db-tunnel-access-grants

revoke-db-tunnel-access