Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sethboyles
Copy link
Member

No description provided.

Copy link
Contributor

@anita-flegg anita-flegg left a comment

Choose a reason for hiding this comment

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

Pretty neat feature!
It might be useful to refer to this topic from a topic in this section:
https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-platform-for-cloud-foundry/10-2/tpcf/toc-cf-cli-index.html

CF_DOCKER_PASSWORD=PASSWORD cf push APP-NAME --docker-image REPO/IMAGE:TAG --docker-username USER
```

By creating Registry Credentials, Admins, Org Managers, and Space Developers can save Docker credentials for reuse among developers.
Copy link
Contributor

Choose a reason for hiding this comment

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

And also App developers

Copy link
Member Author

Choose a reason for hiding this comment

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

AppDeveloper isn't a role, is it?

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know how you are deciding what belongs and what doesn't. If it doesn't belong in this list, that's fine. Just seemed inconsistent to me.

The `create-org-registry-credential` and `create-space-registry-credential` commands are context sensitive and create Registry Credentials for the Organization or Space that the user is currently targeting.

`REGISTRY-LOCATION` must include a host name, and may include paths and/or ports; for example, `registry.example.com`, `registry.example.com/path`, `registry.example.com/path/to/repo:5000`. Protocols such as `https://` must not be included.

Copy link
Contributor

Choose a reason for hiding this comment

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

It would be good to have a space example to complete the set.


## <a id='using'></a> Using Registry Credentials

When pushing an app, Cloud Foundry determines the Registry Credential to use by the following precedence:
Copy link
Contributor

Choose a reason for hiding this comment

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

Use of "Cloud Foundry" in this topic is unclear. Are we talking about TPCF?

Copy link
Member Author

Choose a reason for hiding this comment

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

Really I'm talking about Cloud Controller. What do you suggest? "The Platform"?

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we not say "Cloud Controller"?

Copy link
Member Author

Choose a reason for hiding this comment

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

I guess I was thinking app devs wouldn't necessarily know/care about what component is doing this. It's not the important bit I was trying to convey, away--maybe the passive voice is better here?

@sethboyles
Copy link
Member Author

I've addressed the comments--Thanks!

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