-
Notifications
You must be signed in to change notification settings - Fork 258
feat: add IAPSettings as a direct resource #3493
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
feat: add IAPSettings as a direct resource #3493
Conversation
05c5dda
to
f7e2912
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR seems to contain many irrelevant changes. Could you try fetching and rebasing to see if they go away ?
f7e2912
to
ac5825f
Compare
ac5825f
to
01f9159
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/assign @jasonvigil Could you help reviewing this resource?
01f9159
to
5a48958
Compare
PR is rebased and ready for review. |
@@ -32,11 +32,11 @@ import ( | |||
// projects/{projects_id}/iap_web | |||
// projects/{projects_id}/iap_web/compute | |||
// projects/{projects_id}/iap_web/compute-{region} | |||
// projects/{projects_id}/iap_web/compute/service/{service_id} | |||
// projects/{projects_id}/iap_web/compute-{region}/service/{service_id} | |||
// projects/{projects_id}/iap_web/compute/services/{service_id} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, how did we discover this format / realize we needed to change the pattern here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of months ago, I reached out to the IAP team to inquire about the format of this field. We'll need to manually test it to determine the format. e.g.
$ gcloud iap settings get --project=cnrm-jingyih-oncall --resource-type=compute --region=us-central1 --service=computebackendservice-3vcb62pjjxfhg6a
name: projects/441062683835/iap_web/compute-us-central1/services/1841600559922189902
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuwenma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
01d70f9
into
GoogleCloudPlatform:master
This PR builds on #2785.