Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: support CORS for v3 HTTP requests #9490

Merged
merged 16 commits into from
Mar 27, 2018
Merged

*: support CORS for v3 HTTP requests #9490

merged 16 commits into from
Mar 27, 2018

Commits on Mar 27, 2018

  1. pkg/flags: add "UniqueURLs", "UniqueStrings"

    Signed-off-by: Gyuho Lee <[email protected]>
    
    iii
    
    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b426217 View commit details
    Browse the repository at this point in the history
  2. etcdmain: use NewUniqueURLsWithExceptions

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    35b01b9 View commit details
    Browse the repository at this point in the history
  3. embed: update "CorsInfo" field to "map[string]struct{}"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    df6cd22 View commit details
    Browse the repository at this point in the history
  4. pkg/cors: remove

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7195bb7 View commit details
    Browse the repository at this point in the history
  5. etcdmain: default "--host-whitelist '*'"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    35509bf View commit details
    Browse the repository at this point in the history
  6. etcdserver: replace "hostWhitelist" with "AccessController"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    29db853 View commit details
    Browse the repository at this point in the history
  7. etcdserver: add "CORS" field to "ServerConfig"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    c841de1 View commit details
    Browse the repository at this point in the history
  8. embed: rename "Config.CorsInfo" to "Config.CORS"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    c7cecca View commit details
    Browse the repository at this point in the history
  9. embed: support "CORS" handler in v3 HTTP requests

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9ea8be0 View commit details
    Browse the repository at this point in the history
  10. etcdmain: update "CORS", "HostWhitelist" flag parsing

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    27ed129 View commit details
    Browse the repository at this point in the history
  11. embed: clean up CORS, HostWhitelist logging

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a066b03 View commit details
    Browse the repository at this point in the history
  12. CHANGELOG-3.4: add "CORS" change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9c38c43 View commit details
    Browse the repository at this point in the history
  13. etcdmain: fix "validateClusteringFlags"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    3b1eaae View commit details
    Browse the repository at this point in the history
  14. pkg/flags: fix "Set"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    089e8ff View commit details
    Browse the repository at this point in the history
  15. embed: update "HostWhitelist" godoc

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    feb88ec View commit details
    Browse the repository at this point in the history
  16. etcdmain: update "help" page

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    57f036d View commit details
    Browse the repository at this point in the history