Skip to content

Commit

Permalink
Merge pull request #11 from jihyungSong/master
Browse files Browse the repository at this point in the history
fix: update global_conf for SpaceConnector
  • Loading branch information
jihyungSong authored Jun 2, 2023
2 parents 70366cb + 974e11a commit cf929f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/spaceone/plugin/conf/global_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
'endpoint': {
'v1': 'grpc://repository:50051'
}
}
},
'SpaceConnector': {
'backend': 'spaceone.core.connector.space_connector.SpaceConnector',
'endpoints': {
'identity': 'grpc://identity:50051',
'repository': 'grpc://repository:50051',
'secret': 'grpc://secret:50051',
}
},
}

HANDLERS = {
Expand Down

0 comments on commit cf929f4

Please sign in to comment.