| | |
| | | nacos.core.auth.caching.enabled=true |
| | | |
| | | ### Since 1.4.1, Turn on/off white auth for user-agent: nacos-server, only for upgrade from old version. |
| | | nacos.core.auth.enable.userAgentAuthWhite=false |
| | | nacos.core.auth.enable.userAgentAuthWhite=true |
| | | |
| | | ### Since 1.4.1, worked when nacos.core.auth.enabled=true and nacos.core.auth.enable.userAgentAuthWhite=false. |
| | | ### The two properties is the white list for auth and used by identity the request from other server. |
| | |
| | | nacos.core.auth.plugin.nacos.token.cache.enable=false |
| | | nacos.core.auth.plugin.nacos.token.expire.seconds=18000 |
| | | ### The default token (Base64 String): |
| | | nacos.core.auth.plugin.nacos.token.secret.key= |
| | | nacos.core.auth.plugin.nacos.token.secret.key=VGhpc0lzTXlDdXN0b21TZWNyZXRLZXkwMTIzNDU2Nzg= |
| | | |
| | | ### worked when nacos.core.auth.system.type=ldap,{0} is Placeholder,replace login username |
| | | #nacos.core.auth.ldap.url=ldap://localhost:389 |