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

Add headers to data store config #234

Conversation

samteb
Copy link

@samteb samteb commented Apr 18, 2024

No description provided.

Copy link

linear bot commented Apr 18, 2024

NAR-1567 Add options to authenticate with HTTP data stores

The HTTP data stores doesn't support authentication yet.

  • Support custom query parameters (some APIs have the auth token in the query)
  • Support custom header
  • The client's data is encrypted, so we can store the auth token in the KV store
  • Add authentication on the Armory API endpoints

})
)
export type SetEntitiesAction = z.infer<typeof SetEntitiesAction>

export const SetPoliciesAction = BaseAction.merge(
z.object({
action: z.literal(Action.SET_POLICIES)
action: z.literal(Action.SET_POLICIES),
resourceId: z.string().optional()
Copy link
Collaborator

@wcalderipe wcalderipe Apr 18, 2024

Choose a reason for hiding this comment

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

The changes in this file seem from #233

@samteb samteb merged commit 316be9e into bootstrap-admin-service Apr 19, 2024
4 checks passed
@samteb samteb deleted the feature/nar-1567-add-options-to-authenticate-with-http-data-stores branch April 19, 2024 07:53
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