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

OOB deprecation with Google #31

Open
Wai-Jiang opened this issue Oct 28, 2022 · 6 comments
Open

OOB deprecation with Google #31

Wai-Jiang opened this issue Oct 28, 2022 · 6 comments

Comments

@Wai-Jiang
Copy link

When running the k8s-oidc-helper command it will direct me to the application I've created in the google console. However, it will return a 400 response stating the current flow is against google's security policy and the current flow needs to be changed. Further information can be found here: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration.
Is there a potential fix for this?

Thanks

@phamvinhdat
Copy link

I created a fork and fixed in here https://github.com/phamvinhdat/k8s-oidc-helper

@Wai-Jiang
Copy link
Author

I created a fork and fixed in here https://github.com/phamvinhdat/k8s-oidc-helper

Has this been tested? just installed your forked repo and a few errors show when I run the k8s-oidc-helper command

@phamvinhdat
Copy link

can you show me the err?
I've tested and it ok

@Wai-Jiang
Copy link
Author

it shows panic: open ./internal/server/html.html: no such file or directory

@Wai-Jiang
Copy link
Author

if you do go install github.com/phamvinhdat/k8s-oidc-helper@latest and then run the k8s-oidc-helper command, it errors.....there's definitely a pathing issue

@phamvinhdat
Copy link

yes. It's my fault. I just checked by go run .... I've fixed this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@phamvinhdat @Wai-Jiang and others