Tuyen Tran
Tuyen Tran
Source: https://alert.northeastern.edu/assets/adsa/adsa13_presentations/12_massey.pdf **DICOS Builds on DICOM** • The medical industry standard for transferal of radiological images and other medical information between computers. • Patterned after the Open System Interconnection of...
I have similar issue: OAuth2_Proxy: https://oauth2.k8s.mydomain.com Dex: https://dex.k8s.mydomain.com Dashboard: https://dashboard.k8s.mydomain.com Everything went well until user clicked on Dex's confirmation button to grant access. The page was forwarded back to **_https://oauth2.k8s.mydomain.com/oauth2/callback?code=rvl6owuv6qmetuh7dghkmakin&state=1400fb49b32e37c3acdcb23e441f6446%3A%2F_**...
**Args:** --cookie-domain=.mydomain.com --email-domain=* --http-address=0.0.0.0:4180 --oidc-issuer-url=https://dex.k8s.mydomain.com --provider=oidc --redirect-url=https://auth.k8s.mydomain.com/oauth2/callback --set-authorization-header=true --ssl-insecure-skip-verify --upstream=file:///dev/null --whitelist-domain=.mydomain.com --config=**/etc/oauth2_proxy/oauth2_proxy.cfg** **Environment variables:** OAUTH2_PROXY_CLIENT_ID (oauth2-proxy): OAUTH2_PROXY_CLIENT_SECRET (oauth2-proxy): OAUTH2_PROXY_COOKIE_SECRET (oauth2-proxy): **/etc/oauth2_proxy/oauth2_proxy.cfg**: request_logging = true
Any update on this issue? I have page with lot of icons rendered from 'href'ed SVGs. Thanks alot
I would like to have the same feature as well. Basically if the module provides a way to set URL patterns that can be used in this function, then it...
I solved it by adding these to angular.json ``` "schematics": { "@schematics/angular:application": { "styleext": "scss", ... } ... "styles": [ "node_modules/zoomist/src/scss/index.scss", "src/styles.scss" ], ```
@cotton123236 Hi Wilson, Thank you very much for your prompt reply. We love your library and we are looking forward to Typescript version of this library. I figured out that...