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

[artifactory-ha] Add support for Artifactory encryption key provisioning #1055

Closed
somaritane opened this issue Aug 3, 2020 · 3 comments
Closed

Comments

@somaritane
Copy link

Is this a request for help?:
No

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST

Version of Helm and Kubernetes:
Helm: v3.2.0,
Kubernetes: v1.15.3

Which chart:
artifactory-ha

What happened:

We're looking for possibility to bootstrap Artifactory initial configuration while deploying artifactory-ha chart to our k8s cluster.

artifactory-ha helm chart supports this with ConfigMap for global and security configuration descriptors.

However there is no possibility to pass Artifactory Encryption Key during artifactory-ha chart deployment, therefore new encryption key is generated automatically and keys and passwords provided in global config and security descriptors are rendered obsolete.

What you expected to happen:

We would like to be able to wire Artifactory encryption key during chart deployment as k8s Secret, same way like it's done for Artifactory admin user and license.

@chukka chukka added the enhancement New feature or request label Aug 6, 2020
@lindhe
Copy link
Contributor

lindhe commented Oct 9, 2020

Definitely an attractive feature!

It seems very easy (just sending a POST request to the /api/system/encrypt endpoint), so I would assume this could be done by an init container...

EDIT: on second thought, that probably won't work. The endpoint wouldn't be available when the init containers runs, I guess.

@chukka
Copy link
Collaborator

chukka commented May 26, 2022

@somaritane can you confirm if you are using artifactory 7.x or 6.x ?

@gitta-jfrog
Copy link
Collaborator

artifactory.key is not relevant anymore.

@gitta-jfrog gitta-jfrog closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants