Skip to content

Commit

Permalink
Merge pull request #7 from realtwiho/master
Browse files Browse the repository at this point in the history
fix param name in managed ssh session
  • Loading branch information
jiri-otoupal committed May 26, 2023
2 parents ea28f41 + 44bc7b7 commit 0cb4632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abst/bastion_support/oci_bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def __create_bastion_ssh_session_managed(cls, bastion_id, resource_id, name,
target_resource_details=oci.bastion.models.CreateManagedSshSessionTargetResourceDetails(
session_type="MANAGED_SSH",
target_resource_id=resource_id,
target_os_username=os_username),
target_resource_operating_system_user_name=os_username),
key_details=oci.bastion.models.PublicKeyDetails(
public_key_content=public_key),
display_name=name,
Expand Down

0 comments on commit 0cb4632

Please sign in to comment.