File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed 
src/cloudforet/console_api_v2/conf Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 6060    "loggers" : {"cloudforet" : {"level" : "DEBUG" , "handlers" : ["console" ]}},
6161    "filters" : {
6262        "masking" : {
63-             "rules" : {"Auth.basic" : ["token" , "password" ], "Proxy.dispatch" : ["token" ]}
63+             "rules" : {
64+                 "Auth.basic" : ["token" , "password" ],
65+                 "Proxy.dispatch_api" : [
66+                     "token" ,
67+                     "credentials" ,
68+                     "secret_data" ,
69+                     "password" ,
70+                     "admin" ,
71+                 ],
72+             }
6473        }
6574    },
6675}
8998    "SpaceConnector" : {
9099        "backend" : "spaceone.core.connector.space_connector.SpaceConnector" ,
91100        "endpoints" : {
92-             "identity" : "grpc://identity :50051" ,
101+             "identity" : "grpc://localhost :50051" ,
93102            "inventory" : "grpc://inventory:50051" ,
94103            # "inventory_v2": "grpc://inventory-v2:50051", 
95104            "repository" : "grpc://repository:50051" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments