Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Make Azure functions call for access token #13

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

major
Copy link
Member

@major major commented Oct 6, 2022

A consumer of the Azure image/location functions shouldn't need to know about calling the function to get an access_token. Let the Azure functions request an access token as part of their existing work.

Fixes: #12

Signed-off-by: Major Hayden major@redhat.com

A consumer of the Azure image/location functions shouldn't need to know
about calling the function to get an access_token. Let the Azure
functions request an access token as part of their existing work.

Fixes: #12

Signed-off-by: Major Hayden <major@redhat.com>
@major major force-pushed the refactor-azure-access-token branch from 62483b8 to f6a276e Compare October 6, 2022 21:30
Copy link
Member

@F-X64 F-X64 left a comment

Choose a reason for hiding this comment

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

I like it. Indeed, this shouldn't be an individual step.

@major major merged commit 26c9f7f into main Oct 7, 2022
@major major deleted the refactor-azure-access-token branch October 7, 2022 11:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure functions should get an access_token automatically
2 participants