Skip to content

Commit bcc0360

Browse files
committed
feat: update masking rules
1 parent 5868ac5 commit bcc0360

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/cloudforet/console_api_v2/conf/global_conf.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,16 @@
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
}
@@ -89,7 +98,7 @@
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",

0 commit comments

Comments
 (0)