Documented feature secrets config=/alternate/secrets/path not implemented
Bug #1684214 reported by
Drew Freiberger
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Mojo: Continuous Delivery for Juju |
Triaged
|
Medium
|
Unassigned | ||
Bug Description
When trying to run a secrets phase from the manifest as:
secrets config=
The secrets phase still pulls from $MOJO_ROOT/
Digging through the code, I couldn't find any reference to "config" in the secrets phase.
Workaround is to continue using default directory, but config=
I think this would also cause issue with secrets re-gathering during other phases as mentioned in lp#1516478 if the config= wasn't carried through to other phases where re-run of secrets phase is implied.
| tags: | added: bootstack |
| tags: |
added: canonical-bootstack removed: bootstack |
| Changed in mojo: | |
| status: | Confirmed → Triaged |
To post a comment you must log in.
As Drew mentions, this may be difficult to implement well if auto_secrets is in play and, in fact, it was removed in r162 when auto_secrets was implemented! Fixing the documentation seems like the most appropriate fix.