forked from microsoft/pai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rest-server] rebase master to migrate-secret branch (microsoft#1917)
* migrate from etcd to secret * fix lint error * add test\k8sSecret.js * lint * fix all UT * Use K8S_APISERVER env to align the proxy feature * create local customized axios instance * change username to hex to have backward compability * move prepare base path to db function * Use axios.create() to create a local customized axios instance * fix related UT * remove debug info * remove resolve * remove auth related config * remove remain debug info * remove useless comment
- Loading branch information
1 parent
2283f82
commit c849325
Showing
15 changed files
with
1,197 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
module.exports = { | ||
"parserOptions": { | ||
"ecmaVersion": 2017, | ||
}, | ||
"env": { | ||
"es6": true, | ||
"node": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.