Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

How to establish a connection to secret server using RuleName and Onboarding key #3

Open
acs-developer opened this issue Nov 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acs-developer
Copy link

Any way to do this in Java? I was able to do this using command line SDK took, but couldn't find a way to do this using REST API in Java.

What I'm trying to do is to avoid saving application account credentials like these in Java code or configuration:

secret_server.oauth2.username = app_user
secret_server.oauth2.password = app_user_password

SDK CLI tool uses Rule Name and Onboarding key to initialize and then establish a connection with the secret server. 3 config files are created on the server, which will be used to retrieve secrets in subsequent calls. Anything similar available in Java, or REST API?

@EndlessTrax EndlessTrax added the enhancement New feature or request label May 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants