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

Enable Identity-Aware-Proxy in GCP #134

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Conversation

bhearsum
Copy link
Contributor

@bhearsum bhearsum commented Apr 2, 2024

This is now required in our GCP projects as I understand it.

This is now required in our GCP projects as I understand it.
@bhearsum bhearsum requested a review from aerickson April 23, 2024 13:19
aerickson
aerickson previously approved these changes Apr 25, 2024
Copy link
Member

@aerickson aerickson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed some readme changes to mention the additional login requirement with IAP.

LGTM.

README.md Outdated
@@ -60,6 +61,8 @@ See `monopacker --help` for details.
You will need to know the builder or builders you want to build; `builder1 builder2` are used in the example here.

```shell
gcloud auth login # user credentials (every 24 hours)
gcloud auth application-default login # app credentails (every 24 hours)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I learned recently that you can get rid of this second line if you add --update-adc to the first one, FYI.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aaaah. Awesome. :)

Readme updated.

@aerickson aerickson merged commit 3b98b36 into mozilla-platform-ops:main Apr 25, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants