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

Fix permission error on production #78

Open
hwakabh opened this issue Jan 23, 2024 · 0 comments
Open

Fix permission error on production #78

hwakabh opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
deployment Issue or features about application deployment

Comments

@hwakabh
Copy link
Owner

hwakabh commented Jan 23, 2024

AsIs

In production environment, though we can access latest version of application, we got following error on developer console.

A Geolocation request can only be fulfilled in a secure context.

This is because we access directly to EXTERNAL-IP of service resource whose type: LoadBalancer with HTTP, instead of HTTPS, and navigator.geolocation.getCurrentPosition() have returned error.code is 1.
Ref: MDN and Google Chrome

ToDo

  • Fix design with external access to the production app
  • Enable SSL connection for container

(Optional) Acceptance Criteria

N/A

@hwakabh hwakabh self-assigned this Jan 23, 2024
@hwakabh hwakabh added the deployment Issue or features about application deployment label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Issue or features about application deployment
Projects
None yet
Development

No branches or pull requests

1 participant