-
Notifications
You must be signed in to change notification settings - Fork 9
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
add perms and docs for azure #231
Conversation
Signed-off-by: craig <[email protected]>
} | ||
] | ||
} | ||
``` |
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.
Presumably after we drop support for provider health checks we won't really need those HealthCheck permissions? Should we keep them?
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.
I will add a note to the health check epic to update the needed perms
@@ -53,6 +102,74 @@ kubectl create secret generic my-test-gcp-credentials \ | |||
|
|||
|
|||
#### Google Cloud DNS Access permissions required | |||
See: | |||
|
|||
We have tested with the `dns.admin` role. See for more details: | |||
|
|||
[https://cloud.google.com/dns/docs/access-control#dns.admin](https://cloud.google.com/dns/docs/access-control#dns.admin) |
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.
Is it possible with GCP to setup more fine grained permissions on a credential, limit the zones we have access to etc...?
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.
Looks fine.
Adds specific perms needed for Azure and AWS