Skip to content

Commit

Permalink
chore: update readme CORS ext (#373)
Browse files Browse the repository at this point in the history
* chore: update readme CORS ext

Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina authored Apr 12, 2022
1 parent 6a277e0 commit 3569594
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,13 @@ URL of your target FlyteAdmin API instance. These instructions will use
127.0.0.1 localhost.different.admin.service.com
```
4. Install Chrome plugin: [Allow CORS: Access-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf)
4. Install Chrome plugin: [Moesif Origin & CORS Changer](https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc)
> _NOTE:_ Activate plugin (toggle to "on")
> _NOTE:_
> 1. Activate plugin (toggle to "on")
> 1. Open 'Advanced Settings':
> - set `Access-Control-Allow-Credentials`: `true`
> - set `Domain List`: `your.localhost.com`
5. Start `flyteconsole`
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,13 @@ URL of your target FlyteAdmin API instance. These instructions will use
127.0.0.1 localhost.different.admin.service.com
```

* Install Chrome plugin: [Allow CORS: Access-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf)
* Install Chrome plugin: [Moesif Origin & CORS Changer](https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc)

> Activate plugin (toggle to "on")
> _NOTE:_
> 1. Activate plugin (toggle to "on")
> 1. Open 'Advanced Settings':
> - set `Access-Control-Allow-Credentials`: `true`
> - set `Domain List`: `your.localhost.com`

* Start `flyteconsole`

Expand Down

0 comments on commit 3569594

Please sign in to comment.