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

Switch Phabricator to use service accounts. #8462

Merged
merged 1 commit into from
May 19, 2015

Conversation

brendandburns
Copy link
Contributor

@brendandburns
Copy link
Contributor Author

Partially addresses #7444

@@ -18,10 +18,11 @@
# should only send updates if something changes. We should be able to do
# this by comparing pod creation time with the last scan time.
while true; do
hostport="${KUBERNETES_RO_SERVICE_HOST}:${KUBERNETES_RO_SERVICE_PORT}"
hostport="https://kubernetes.default.cluster.local"
token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
path="api/v1beta1/pods"
Copy link
Member

Choose a reason for hiding this comment

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

Can you fix this while you're here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done (I know you'd expect more changes, but just changing the path works...)

@brendandburns
Copy link
Contributor Author

Comments addressed. Please re-check.

Thanks!
--brendan

@lavalamp
Copy link
Member

LGTM

lavalamp added a commit that referenced this pull request May 19, 2015
Switch Phabricator to use service accounts.
@lavalamp lavalamp merged commit 920a25a into kubernetes:master May 19, 2015
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.

3 participants