prepared for first share

pull/2/head
dcore94 2 years ago
parent 496d0d2848
commit ce22895d95

@ -1,7 +0,0 @@
{
"bitbucket" : {
"client-id" : "jFZ9g7zsQxHYt7f57s",
"client-secret" : "#######"
}
}

@ -1,67 +0,0 @@
export default { config };
var config = {
"pep-credentials" : "########",
"hosts" : [
{
"host": "d4science-cdn",
"audience" : "d4science-cdn",
"allow-basic-auth" : false,
"paths" : [
{
"name" : "Default Resource",
"path" : "^/d4s-cdn/config/.+$",
"methods" : [
{
"method" : "GET",
"scopes" : ["get"]
}
]
},
{
"name" : "Default Resource",
"path" : "^/d4s-cdn/visuals/.*$",
"methods" : [
{
"method" : "GET"
}
]
},
{
"name" : "Default Resource",
"path" : "^/d4s-cdn/(?!visuals)(?!config)(?!services).+$",
"methods" : [
{
"method" : "GET"
}
]
},
{
"name" : "Default Resource",
"path" : "^/d4s-cdn/services/.*$",
"methods" : [
{
"method" : "OPTIONS"
},
{
"method" : "POST"
},
{
"method" : "HEAD"
},
{
"method" : "PUT"
},
{
"method" : "DELETE"
},
{
"method" : "GET"
}
]
}
]
}
]
}
Loading…
Cancel
Save